aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/sys/dirent.h')
-rw-r--r--system/include/libc/sys/dirent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/include/libc/sys/dirent.h b/system/include/libc/sys/dirent.h
index edcc5746..da0eb4ac 100644
--- a/system/include/libc/sys/dirent.h
+++ b/system/include/libc/sys/dirent.h
@@ -9,6 +9,7 @@ extern "C" {
#endif
/* XXX Emscripten */
+#include <sys/types.h>
struct dirent {
ino_t d_ino;
char d_name[MAXNAMLEN];