mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-19 09:02:22 +02:00
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 <gniibe@fsij.org>
This commit is contained in:
parent
c64763c3a7
commit
1538523156
@ -40,7 +40,6 @@
|
|||||||
#else
|
#else
|
||||||
# if HAVE_SYSTEM_RESOLVER
|
# if HAVE_SYSTEM_RESOLVER
|
||||||
# include <netinet/in.h>
|
# include <netinet/in.h>
|
||||||
# include <arpa/nameser.h>
|
|
||||||
# include <resolv.h>
|
# include <resolv.h>
|
||||||
# endif
|
# endif
|
||||||
# include <netdb.h>
|
# include <netdb.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user