diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-12 01:00:37 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-12 01:00:37 +0000 |
commit | 0b904ddea8bddaa2fd7893a9dce1df1cb5e36b00 (patch) | |
tree | 42e97408e60069c7edd5b4c7a025a050c6e69c79 | |
parent | dirmngr: Fix dns-stuff.c. (diff) | |
download | gnupg-0b904ddea8bddaa2fd7893a9dce1df1cb5e36b00.tar.gz gnupg-0b904ddea8bddaa2fd7893a9dce1df1cb5e36b00.zip |
Revert "dirmngr: Fix dns-stuff.c."
This reverts commit 1538523156be568046f632d1775eae30ea8bd556.
-rw-r--r-- | dirmngr/dns-stuff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c index 8b25e02cb..728f662ae 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -40,6 +40,7 @@ #else # if HAVE_SYSTEM_RESOLVER # include <netinet/in.h> +# include <arpa/nameser.h> # include <resolv.h> # endif # include <netdb.h> |