summaryrefslogtreecommitdiffstats
path: root/lib/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ip.h')
-rw-r--r--lib/ip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ip.h b/lib/ip.h
index cd12ded..dc4f8b8 100644
--- a/lib/ip.h
+++ b/lib/ip.h
@@ -10,9 +10,9 @@
#define _BIRD_IP_H_
#ifndef IPV6
-#include <lib/ipv4.h>
+#include "ipv4.h"
#else
-#include <lib/ipv6.h>
+#include "ipv6.h"
#endif
#endif