commit | fa2b17e39499a77f41a719035a588b7fb63cec63 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Thu Mar 04 17:45:00 2004 +0000 |
committer | hasso <hasso> | Thu Mar 04 17:45:00 2004 +0000 |
tree | 3356703917aaa8359e0106ae3c2340ee6eea0e1f | |
parent | caa6f8ac7d07f8cd3269255e6dce6d248f74af62 [diff] [blame] |
Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER from vtysh ([quagga-dev 932]).
diff --git a/zebra/rtadv.c b/zebra/rtadv.c index 61abd95..c98b11c 100644 --- a/zebra/rtadv.c +++ b/zebra/rtadv.c
@@ -41,6 +41,10 @@ #if defined (HAVE_IPV6) && defined (RTADV) +#ifdef OPEN_BSD +#include <netinet/icmp6.h> +#endif + /* If RFC2133 definition is used. */ #ifndef IPV6_JOIN_GROUP #define IPV6_JOIN_GROUP IPV6_ADD_MEMBERSHIP