commit | 726f9b2bbdd5a607f7b0a10a64547739b807e361 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Sun May 25 21:04:54 2003 +0000 |
committer | hasso <hasso> | Sun May 25 21:04:54 2003 +0000 |
tree | 9c46a6ce71cf4ea96553a85a231e38b462b3dee0 | |
parent | 71c0fb50fe75928f8fbe1bbff1995d9d91b3702b [diff] [blame] |
Last fixes from 6Wind patch.
diff --git a/lib/zebra.h b/lib/zebra.h index 175eb6e..baad6d6 100644 --- a/lib/zebra.h +++ b/lib/zebra.h
@@ -143,6 +143,10 @@ #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 */