Skip to content

Commit 96b35e7

Browse files
committed
fix(fs): expose nftw declarations on posix
1 parent a0fbb27 commit 96b35e7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/adapters/fs/local_filesystem.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#if !defined(_WIN32)
2+
#define _XOPEN_SOURCE 700
3+
#endif
4+
15
#include "adapters/fs/local_filesystem.h"
26

37
#include <stdbool.h>

0 commit comments

Comments
 (0)