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:
@@ -55,6 +55,7 @@ Different implementations of (n)curses available on:
|
||||
#include <termios.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/errno.h>
|
||||
#include <ctype.h>
|
||||
#ifdef HAVE_NCURSES_H
|
||||
|
||||
Reference in New Issue
Block a user