Code

src/daemon/utils_time.h: Treat nanoseconds as 64bit integer.
[collectd.git] / src / daemon / common.c
index abe9a6e8471df65f7c8388d2699c936b96bd8880..8f22011ed57c46c94244f8273461fce3fa7af155 100644 (file)
@@ -46,7 +46,6 @@
 
 /* for getaddrinfo */
 #include <sys/types.h>
-#include <sys/socket.h>
 #include <netdb.h>
 
 #if HAVE_NETINET_IN_H