]> granicus.if.org Git - icinga2/commitdiff
Add #include for strings.h (strcasecmp)
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 6 Sep 2014 00:11:34 +0000 (02:11 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 6 Sep 2014 00:11:34 +0000 (02:11 +0200)
refs #7115

lib/base/unix.hpp

index d4dcabcace5888b19c8b6e0d13b1ce71fc777c85..5d8133afd90a3caa98c7279253ef7ca5c6df7514 100644 (file)
@@ -41,6 +41,7 @@
 #include <dirent.h>
 #include <sys/time.h>
 #include <sys/resource.h>
+#include <strings.h>
 
 typedef int SOCKET;
 #define INVALID_SOCKET (-1)