mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
9 lines
242 B
Diff
9 lines
242 B
Diff
--- a/Tests/CTestTestFdSetSize/sleep.c
|
|
+++ b/Tests/CTestTestFdSetSize/sleep.c
|
|
@@ -1,3 +1,6 @@
|
|
+#ifdef __linux__
|
|
+# include <features.h>
|
|
+#endif
|
|
#if defined(_WIN32)
|
|
# include <windows.h>
|
|
#elif _XOPEN_SOURCE >= 500 || defined(_ALL_SOURCE)
|