Code

Include strings.h instead of defining _BSD_SOURCE to get strcasecmp.
[sysdb.git] / src / plugins / backend / collectd / unixsock.c
index 65b05845814ec6e66601cda58bc829a279956f37..73bca12e0c8691e939b9dcc3e4018216bfdf9dc1 100644 (file)
@@ -44,6 +44,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 
 SDB_PLUGIN_MAGIC;
 
 
 SDB_PLUGIN_MAGIC;