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