There was an error while loading. Please reload this page.
1 parent a0fbb27 commit 96b35e7Copy full SHA for 96b35e7
1 file changed
src/adapters/fs/local_filesystem.c
@@ -1,3 +1,7 @@
1
+#if !defined(_WIN32)
2
+#define _XOPEN_SOURCE 700
3
+#endif
4
+
5
#include "adapters/fs/local_filesystem.h"
6
7
#include <stdbool.h>
0 commit comments