From 2cf25549d4ea7724ffd460592360f42d5ea20b9f Mon Sep 17 00:00:00 2001
From: eric <>
Date: Thu, 9 Mar 2017 07:56:38 +0000
Subject: missing include

---
 src/regress/lib/libc/asr/bin/res_query.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/regress/lib/libc/asr/bin/res_query.c b/src/regress/lib/libc/asr/bin/res_query.c
index fd96f1de22..3565eeebed 100644
--- a/src/regress/lib/libc/asr/bin/res_query.c
+++ b/src/regress/lib/libc/asr/bin/res_query.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD: res_query.c,v 1.1.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>
-- 
cgit v1.2.3-55-g6feb