Include POSIX header strings.h for strncasecmp()

Motivated by Cygwin.
This commit is contained in:
John Hood
2016-05-08 18:59:05 -04:00
parent 9073983df3
commit 880c639361
+1
View File
@@ -36,6 +36,7 @@
#include <errno.h>
#include <locale.h>
#include <string.h>
#include <strings.h>
#include <sstream>
#include <termios.h>
#include <unistd.h>