mirror of
https://github.com/gulrak/filesystem.git
synced 2025-12-06 16:56:40 +08:00
Added a missing header for macos strcasecmp
This commit is contained in:
parent
144954ff4e
commit
a77b34511d
@ -157,7 +157,7 @@
|
|||||||
#else
|
#else
|
||||||
#include <sys/statvfs.h>
|
#include <sys/statvfs.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef GHC_OS_CYGWIN
|
#if defined(GHC_OS_CYGWIN) || defined(GHC_OS_APPLE)
|
||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
#if !defined(__ANDROID__) || __ANDROID_API__ >= 26
|
#if !defined(__ANDROID__) || __ANDROID_API__ >= 26
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user