From: Florian Forster Date: Sat, 13 Jan 2007 15:44:19 +0000 (+0100) Subject: src/{dns,ntpd}.c: Use rather than . X-Git-Tag: collectd-4.0.0~244 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=baa11df8e1107079d22de78a8104332e1cc7cc5c;p=collectd.git src/{dns,ntpd}.c: Use rather than . --- 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[] =