From: David Lawrence Date: Tue, 26 Jun 2001 21:55:52 +0000 (+0000) Subject: include isc/ipv6.h before ensuring the ipv6 init macros are defined X-Git-Tag: v9.1.3rc3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee2fdcc820943f29c8762427c9ea68d7a2fa9ee;p=thirdparty%2Fbind9.git include isc/ipv6.h before ensuring the ipv6 init macros are defined --- diff --git a/lib/isc/unix/include/isc/net.h b/lib/isc/unix/include/isc/net.h index 18539ca26c8..837db524547 100644 --- a/lib/isc/unix/include/isc/net.h +++ b/lib/isc/unix/include/isc/net.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.h,v 1.24.4.4 2001/06/25 22:17:02 gson Exp $ */ +/* $Id: net.h,v 1.24.4.5 2001/06/26 21:55:52 tale Exp $ */ #ifndef ISC_NET_H #define ISC_NET_H 1 @@ -84,6 +84,10 @@ #include /* Required on BSD/OS for in6_pktinfo. */ #endif +#ifndef ISC_PLATFORM_HAVEIPV6 +#include /* Contractual promise. */ +#endif + #include #include