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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user