]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checkpoint
authorMark Andrews <marka@isc.org>
Mon, 2 Apr 2001 07:23:56 +0000 (07:23 +0000)
committerMark Andrews <marka@isc.org>
Mon, 2 Apr 2001 07:23:56 +0000 (07:23 +0000)
lib/bind/port_after.h.in

index 3bead72f87f7de701cef83c1904c17a1484c5a25..c897a59a5b70c42222ef4471d082d6a0c6b14984 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef port_after_h
 #define port_after_h
 
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <sys/param.h>
+#if (!defined(BSD)) || (BSD < 199306)
+#include <sys/bitypes.h>
+#endif
+
 @NEED_PSELECT@
 @HAVE_SA_LEN@
 @HAVE_MINIMUM_IFREQ@