fix build for latest musl

This commit is contained in:
nillerusr
2023-11-08 13:26:46 +00:00
parent b8558de63e
commit cd1c5bd397
3 changed files with 1 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/mount.h>
#elif defined(LINUX)
#define _LARGEFILE64_SOURCE
#include <sys/vfs.h>
#endif
#ifdef OSX