We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01637f commit 3a7c44eCopy full SHA for 3a7c44e
2 files changed
src/runtime/eval.c
@@ -30,7 +30,6 @@
30
#endif
31
#endif /* __EMSCRIPTEN__ */
32
#if WANT_DIR
33
-#include <dirent.h>
34
#include <sys/stat.h>
35
#include <sys/types.h>
36
#endif /* WANT_DIR */
src/runtime/unix/extra.c
@@ -302,6 +302,7 @@ get_executable_path(void)
302
303
#include <unistd.h>
304
#include <fcntl.h>
305
+#include <dirent.h>
306
307
/* Encoding shared with the Haskell side */
308
#define PERM_SEARCH 8
0 commit comments