[svn] commit: r188 - /branches/f2f200910/src/bin/host/host.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 29 22:10:56 UTC 2009
Author: jreed
Date: Thu Oct 29 22:10:55 2009
New Revision: 188
Log:
include <sys/time.h> for gettimeofday(2)
Modified:
branches/f2f200910/src/bin/host/host.cc
Modified: branches/f2f200910/src/bin/host/host.cc
==============================================================================
--- branches/f2f200910/src/bin/host/host.cc (original)
+++ branches/f2f200910/src/bin/host/host.cc Thu Oct 29 22:10:55 2009
@@ -2,6 +2,7 @@
#include <arpa/inet.h>
#include <netdb.h> // for getaddrinfo
+#include <sys/time.h> // for gettimeofday
#include <iostream>
using namespace std; // I don't understand why this is needed for cout
More information about the bind10-changes
mailing list