[svn] commit: r1054 - /trunk/src/bin/host/host.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 1 19:27:08 UTC 2010


Author: jreed
Date: Mon Mar  1 19:27:08 2010
New Revision: 1054

Log:
Noticed on FreeBSD: include sys/socket.h for networking functions
and definitions.

Modified:
    trunk/src/bin/host/host.cc

Modified: trunk/src/bin/host/host.cc
==============================================================================
--- trunk/src/bin/host/host.cc (original)
+++ trunk/src/bin/host/host.cc Mon Mar  1 19:27:08 2010
@@ -3,6 +3,7 @@
 #include <arpa/inet.h>
 #include <netdb.h>          // for getaddrinfo
 #include <sys/time.h>       // for gettimeofday
+#include <sys/socket.h>     // networking functions and definitions on FreeBSD
 
 #include <string>
 #include <iostream>




More information about the bind10-changes mailing list