From 2c8f0bce4bd86eaefb32534541a25bb425eafb28 Mon Sep 17 00:00:00 2001 From: djm Date: Mon, 24 Jul 2006 03:51:51 +0000 Subject: - stevesk@cvs.openbsd.org 2006/07/12 22:28:52 [auth-options.c canohost.c channels.c includes.h readconf.c servconf.c ssh-keyscan.c ssh.c sshconnect.c sshd.c] move #include out of includes.h; ok djm@ --- dns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dns.c') diff --git a/dns.c b/dns.c index 504b5d72..16954a6a 100644 --- a/dns.c +++ b/dns.c @@ -30,7 +30,9 @@ #include #include -#include +#if defined(HAVE_NETDB_H) +# include +#endif #include "xmalloc.h" #include "key.h" -- cgit v1.2.1