summaryrefslogtreecommitdiffstats
path: root/nest/bird.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/bird.h')
-rw-r--r--nest/bird.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/nest/bird.h b/nest/bird.h
index e8c3318..062e5fd 100644
--- a/nest/bird.h
+++ b/nest/bird.h
@@ -11,12 +11,7 @@
#include <sysdep/config.h>
#include <lib/birdlib.h>
-
-#ifndef IPV6
-#include <nest/ipv4.h>
-#else
-#include <nest/ipv6.h>
-#endif
+#include <lib/ip.h>
extern u32 router_id; /* Our Router ID */
extern u16 this_as; /* Our Autonomous System Number */