]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
include isc/ipv6.h before ensuring the ipv6 init macros are defined
authorDavid Lawrence <source@isc.org>
Tue, 26 Jun 2001 21:55:52 +0000 (21:55 +0000)
committerDavid Lawrence <source@isc.org>
Tue, 26 Jun 2001 21:55:52 +0000 (21:55 +0000)
lib/isc/unix/include/isc/net.h

index 18539ca26c8c7e1917815d7979da75b2d5495cb1..837db5245477e86789f35af0fc86781bc13ade65 100644 (file)
@@ -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
 #include <netinet6/in6.h>      /* Required on BSD/OS for in6_pktinfo. */
 #endif
 
+#ifndef ISC_PLATFORM_HAVEIPV6
+#include <isc/ipv6.h>          /* Contractual promise. */
+#endif
+
 #include <isc/lang.h>
 #include <isc/types.h>