mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 06:05:13 +02:00
11 lines
290 B
Diff
11 lines
290 B
Diff
--- src/libshared/src/FS.cpp
|
|
+++ src/libshared/src/FS.cpp
|
|
@@ -41,7 +41,7 @@
|
|
#include <shared.h>
|
|
#include <format.h>
|
|
|
|
-#if defined SOLARIS || defined NETBSD || defined FREEBSD
|
|
+#if defined SOLARIS || defined NETBSD || defined FREEBSD || !defined(__GLIBC__)
|
|
#include <limits.h>
|
|
#endif
|
|
|