diff options
author | NIIBE Yutaka <[email protected]> | 2017-04-12 00:48:27 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-04-12 00:48:27 +0000 |
commit | 1538523156be568046f632d1775eae30ea8bd556 (patch) | |
tree | a264bd8e6059cc324296e8a872e8ad427b75eeec | |
parent | agent: Simplify stream_read_cstring. (diff) | |
download | gnupg-1538523156be568046f632d1775eae30ea8bd556.tar.gz gnupg-1538523156be568046f632d1775eae30ea8bd556.zip |
dirmngr: Fix dns-stuff.c.
* dirmngr/dns-stuff.c: Don't include arpa/nameser.h.
--
It is not needed at all. T_CERT may be defined by different type of
ns_type.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | dirmngr/dns-stuff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c index 728f662ae..8b25e02cb 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -40,7 +40,6 @@ #else # if HAVE_SYSTEM_RESOLVER # include <netinet/in.h> -# include <arpa/nameser.h> # include <resolv.h> # endif # include <netdb.h> |