From baa11df8e1107079d22de78a8104332e1cc7cc5c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 13 Jan 2007 16:44:19 +0100 Subject: [PATCH] src/{dns,ntpd}.c: Use rather than . --- src/dns.c | 2 +- src/ntpd.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dns.c b/src/dns.c index cd068fb3..5e114b16 100644 --- a/src/dns.c +++ b/src/dns.c @@ -32,7 +32,7 @@ #if HAVE_LIBPCAP && HAVE_LIBPTHREAD # include # include -# include +# include # define DNS_HAVE_READ 1 #else # define DNS_HAVE_READ 0 diff --git a/src/ntpd.c b/src/ntpd.c index b65a9e8f..e37b3a1c 100644 --- a/src/ntpd.c +++ b/src/ntpd.c @@ -51,8 +51,8 @@ #if HAVE_NETINET_TCP_H # include #endif -#if HAVE_SYS_POLL_H -# include +#if HAVE_POLL_H +# include #endif static char *config_keys[] = -- 2.11.0