Code

Include strings.h which is required for strcasecmp().
authorSebastian Harl <sh@tokkee.org>
Fri, 9 Oct 2015 21:37:21 +0000 (23:37 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 9 Oct 2015 21:37:21 +0000 (23:37 +0200)
src/core/data.c
src/utils/error.c

index 58c8b524e1111c662e7587aa5e1614d10d084b5d..6fcd2eb4b47a05d202ca8aa8aaada16b40c763ce 100644 (file)
@@ -43,6 +43,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 
 #include <math.h>
 
index 2bc99013ebe719199b7f53b2665f5e43dd7a95ae..f0a48271c91d75b4a60dfb36b6203374887e83a1 100644 (file)
@@ -39,6 +39,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 
 /*
  * private data types