Fix includes for cygwin
This commit is contained in:
parent
55733fb987
commit
624ceb5027
|
@ -32,6 +32,9 @@
|
||||||
#else
|
#else
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__CYGWIN__)
|
||||||
|
#include <strings.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
/** Is the filesystem case insensitive? */
|
/** Is the filesystem case insensitive? */
|
||||||
static bool caseInsensitiveFilesystem()
|
static bool caseInsensitiveFilesystem()
|
||||||
|
|
Loading…
Reference in New Issue