aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2017-04-12 01:00:37 +0000
committerNIIBE Yutaka <[email protected]>2017-04-12 01:00:37 +0000
commit0b904ddea8bddaa2fd7893a9dce1df1cb5e36b00 (patch)
tree42e97408e60069c7edd5b4c7a025a050c6e69c79
parentdirmngr: Fix dns-stuff.c. (diff)
downloadgnupg-0b904ddea8bddaa2fd7893a9dce1df1cb5e36b00.tar.gz
gnupg-0b904ddea8bddaa2fd7893a9dce1df1cb5e36b00.zip
Revert "dirmngr: Fix dns-stuff.c."
This reverts commit 1538523156be568046f632d1775eae30ea8bd556.
-rw-r--r--dirmngr/dns-stuff.c1
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>