Browse Source

My revision r1131 was lost.
Include netinet/in.h because NetBSD and FreeBSD don't pull this in
via netdb.h.
This defines IPPROTO_IPV6, IPPROTO_TCP, and others.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1258 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
5f2aaf0fc8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/auth/main.cc

+ 1 - 0
src/bin/auth/main.cc

@@ -20,6 +20,7 @@
 #include <sys/socket.h>
 #include <sys/select.h>
 #include <netdb.h>
+#include <netinet/in.h>
 #include <stdlib.h>
 #include <errno.h>