summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorian <ian>2000-09-16 22:26:05 +0000
committerian <ian>2000-09-16 22:26:05 +0000
commita069d77f2601cbaf8a6eca34e0af656c7f39ae9e (patch)
treecd443ffeb422e307dc48089ffc0ad4ebc02bcb01 /client
parentf9476535903f0225fba0733203580c88b30ad6a1 (diff)
Do not run tests of executables not built. Do not build
adnsresfilter_record/playback. Add missing #include <sys/time.h>, <time.h>
Diffstat (limited to 'client')
-rw-r--r--client/adnshost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/adnshost.h b/client/adnshost.h
index 1fff4ef..b1e7c87 100644
--- a/client/adnshost.h
+++ b/client/adnshost.h
@@ -36,6 +36,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <assert.h>
+#include <time.h>
#include <sys/types.h>
#include <sys/socket.h>