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:
@@ -14,6 +14,7 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <errno.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <signal.h>
|
||||
|
||||
Reference in New Issue
Block a user