diff options
author | hasso <hasso> | 2003-05-25 21:04:54 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-05-25 21:04:54 +0000 |
commit | 9d13049bc83142fca99d70c7e8d60ff956202d3f (patch) | |
tree | bc74a2753d0e2457d2ba0629de9ab6041182d432 /lib/zebra.h | |
parent | 42bebb8a3742319ba5eef482a2a823b3728fca4c (diff) | |
download | quagga-9d13049bc83142fca99d70c7e8d60ff956202d3f.tar.bz2 quagga-9d13049bc83142fca99d70c7e8d60ff956202d3f.tar.xz |
Last fixes from 6Wind patch.
Diffstat (limited to 'lib/zebra.h')
-rw-r--r-- | lib/zebra.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zebra.h b/lib/zebra.h index 175eb6e2..baad6d6a 100644 --- a/lib/zebra.h +++ b/lib/zebra.h @@ -143,6 +143,10 @@ typedef int socklen_t; #include <netinet/in_var.h> #endif /* HAVE_NETINET_IN_VAR_H */ +#ifdef HAVE_NETINET6_IN6_VAR_H +#include <netinet6/in6_var.h> +#endif /* HAVE_NETINET6_IN6_VAR_H */ + #ifdef HAVE_NETINET_IN6_VAR_H #include <netinet/in6_var.h> #endif /* HAVE_NETINET_IN6_VAR_H */ |