Merge pull request #1178 from rubenk/fix-libmodbus-compilation-on-freebsd
[collectd.git] / src / write_graphite.c
index f82f852..7fc9eb9 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"