summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/dig/host.c')
-rw-r--r--usr.bin/dig/host.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/dig/host.c b/usr.bin/dig/host.c
index 71a95ce9265..267231667e7 100644
--- a/usr.bin/dig/host.c
+++ b/usr.bin/dig/host.c
@@ -23,9 +23,12 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <time.h>
+#include <stdint.h>
#include <isc/app.h>
#include <isc/util.h>
+#include <isc/time.h>
#include <dns/fixedname.h>
#include <dns/message.h>