diff options
author | eric <> | 2017-03-09 07:56:38 +0000 |
---|---|---|
committer | eric <> | 2017-03-09 07:56:38 +0000 |
commit | 4b0aac35e1387e099b26a971218bd4f43a64d5d0 (patch) | |
tree | 7878e98404024ab6a96ee9f7d90523ad5a4b763f /src/regress/lib/libc | |
parent | ece3827c47590e118f7dbc7997da4a429495abd0 (diff) | |
download | openbsd-4b0aac35e1387e099b26a971218bd4f43a64d5d0.tar.gz openbsd-4b0aac35e1387e099b26a971218bd4f43a64d5d0.tar.bz2 openbsd-4b0aac35e1387e099b26a971218bd4f43a64d5d0.zip |
missing include
Diffstat (limited to 'src/regress/lib/libc')
-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> |