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
@@ -64,6 +64,7 @@ get_info Implemented.
#include <termios.h>
#include <fcntl.h>
#include <string.h>
#include <strings.h>
#include <errno.h>
#include <syslog.h>
#include <ctype.h>