Include strings.h which is needed for strcasemp. Some systems declare them

in string.h, but it should be possible to include both.
This commit is contained in:
mmdolze
2009-05-30 11:20:16 +00:00
parent 635d8519ce
commit 8e291370c3
11 changed files with 13 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <unistd.h>
#include <stdlib.h>