Code

Merge pull request #1178 from rubenk/fix-libmodbus-compilation-on-freebsd
[collectd.git] / src / write_graphite.c
index f82f852f5a6590f038863751b9d871795247d609..7fc9eb9f90921d1c1887295fd912dfd659b01b32 100644 (file)
@@ -54,7 +54,6 @@
 /* Folks without pthread will need to disable this plugin. */
 #include <pthread.h>
 
-#include <sys/socket.h>
 #include <netdb.h>
 
 #define WG_DEFAULT_NODE "localhost"