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
+2 -1
View File
@@ -67,12 +67,13 @@
#define KEYPAD_AUTOREPEAT_DELAY 500
#define KEYPAD_AUTOREPEAT_FREQ 15
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <strings.h>
#include <errno.h>
#ifdef HAVE_CONFIG_H