Include <strings.h> on linux.
This commit is contained in:
parent
146039f402
commit
b92aa20cef
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
#ifdef __linux
|
||||
#include <strings.h>
|
||||
#endif /* __linux */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue