diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libc/asr/bin/res_query.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| 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 @@ | |||
| 1 | /* $OpenBSD: res_query.c,v 1.1.1.1 2012/07/13 17:49:54 eric Exp $ */ | 1 | /* $OpenBSD: res_query.c,v 1.2 2017/03/09 07:56:38 eric Exp $ */ | 
| 2 | /* | 2 | /* | 
| 3 | * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> | 3 | * Copyright (c) 2012 Eric Faurot <eric@openbsd.org> | 
| 4 | * | 4 | * | 
| @@ -17,6 +17,7 @@ | |||
| 17 | 17 | ||
| 18 | #include <sys/types.h> | 18 | #include <sys/types.h> | 
| 19 | #include <sys/socket.h> | 19 | #include <sys/socket.h> | 
| 20 | #include <sys/time.h> | ||
| 20 | 21 | ||
| 21 | #include <netinet/in.h> | 22 | #include <netinet/in.h> | 
| 22 | #include <arpa/nameser.h> | 23 | #include <arpa/nameser.h> | 
