aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/dirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libc/dirent.h')
-rw-r--r--system/include/libc/dirent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/include/libc/dirent.h b/system/include/libc/dirent.h
index 6fefc03c..97700f30 100644
--- a/system/include/libc/dirent.h
+++ b/system/include/libc/dirent.h
@@ -3,12 +3,13 @@
#ifdef __cplusplus
extern "C" {
#endif
-#include <sys/dirent.h>
#if !defined(MAXNAMLEN) && !defined(_POSIX_SOURCE)
#define MAXNAMLEN 1024
#endif
+#include <sys/dirent.h>
+
#ifdef __cplusplus
}
#endif