summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorEric Faurot <eric@cvs.openbsd.org>2017-03-09 07:56:39 +0000
committerEric Faurot <eric@cvs.openbsd.org>2017-03-09 07:56:39 +0000
commit002a123aeb250a1115e7711e6ac961daddd5e76c (patch)
tree70f03b0428afa711a6d4e4f6df72a88920f75c3c /regress
parent58043c37c382f201016ccd02f9385bb98227e6e9 (diff)
missing include
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libc/asr/bin/res_query.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/asr/bin/res_query.c b/regress/lib/libc/asr/bin/res_query.c
index 50a11d3d73f..3565eeebed4 100644
--- a/regress/lib/libc/asr/bin/res_query.c
+++ b/regress/lib/libc/asr/bin/res_query.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: res_query.c,v 1.1 2012/07/13 17:49:54 eric Exp $ */
+/* $OpenBSD: res_query.c,v 1.2 2017/03/09 07:56:38 eric Exp $ */
/*
* Copyright (c) 2012 Eric Faurot <eric@openbsd.org>
*
@@ -17,6 +17,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/time.h>
#include <netinet/in.h>
#include <arpa/nameser.h>