From 25697773b529d80278679978b7416ca9c87e15e9 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 15 May 1998 07:56:13 +0000 Subject: The library is now glued together from generic and OS-dependent parts by the `mergedirs' script. Few more IP address manipulation functions and some fixes. --- lib/ipv6.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ipv6.c') diff --git a/lib/ipv6.c b/lib/ipv6.c index e612af7..2d01e83 100644 --- a/lib/ipv6.c +++ b/lib/ipv6.c @@ -6,7 +6,11 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ +#ifdef IPV6 + #include "nest/bird.h" #include "lib/ip.h" #error "Ought to implement these." + +#endif -- cgit v1.2.3