[svn] commit: r1258 - /trunk/src/bin/auth/main.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 10 03:15:10 UTC 2010
Author: jreed
Date: Wed Mar 10 03:15:10 2010
New Revision: 1258
Log:
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.
Modified:
trunk/src/bin/auth/main.cc
Modified: trunk/src/bin/auth/main.cc
==============================================================================
--- trunk/src/bin/auth/main.cc (original)
+++ trunk/src/bin/auth/main.cc Wed Mar 10 03:15:10 2010
@@ -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>
More information about the bind10-changes
mailing list