Fix includes for cygwin

This commit is contained in:
amai 2017-05-27 10:23:06 +02:00
parent 55733fb987
commit 624ceb5027
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
#else
#include <direct.h>
#endif
#if defined(__CYGWIN__)
#include <strings.h>
#endif
/** Is the filesystem case insensitive? */
static bool caseInsensitiveFilesystem()