Base: fix build on musl libc

This commit is contained in:
ii8
2024-05-29 19:48:20 +01:00
committed by wwmayer
parent e2441c7079
commit 6724a85d35
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#if defined(FC_OS_LINUX) || defined(FC_OS_CYGWIN) || defined(FC_OS_MACOSX) || defined(FC_OS_BSD)
#include <dirent.h>
#include <unistd.h>
#include <limits.h>
#elif defined(FC_OS_WIN32)
#include <io.h>
#include <Windows.h>

View File

@@ -61,6 +61,7 @@
#include <dirent.h>
#include <unistd.h>
#include <sys/stat.h>
#include <limits.h>
#endif
// STL