Added a missing header for macos strcasecmp

This commit is contained in:
bugdea1er 2023-09-10 23:55:30 +03:00
parent 144954ff4e
commit a77b34511d

View File

@ -157,7 +157,7 @@
#else
#include <sys/statvfs.h>
#endif
#ifdef GHC_OS_CYGWIN
#if defined(GHC_OS_CYGWIN) || defined(GHC_OS_APPLE)
#include <strings.h>
#endif
#if !defined(__ANDROID__) || __ANDROID_API__ >= 26