Browse Source

include <sys/time.h> for gettimeofday(2)

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@188 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
2ff62929e9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/host/host.cc

+ 1 - 0
src/bin/host/host.cc

@@ -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