Code

Merge pull request #1311 from pyr/fix/1282
[collectd.git] / src / utils_dns.c
index f83fc02c401cdd278d49ade7eea057f6ab4902c8..4c763a1420a04a4008d0d16ce4000e1da9f3aceb 100644 (file)
 #include "plugin.h"
 #include "common.h"
 
-#if HAVE_SYS_SOCKET_H
-# include <sys/socket.h>
-#endif
-
 #if HAVE_NET_IF_ARP_H
 # include <net/if_arp.h>
 #endif