summaryrefslogtreecommitdiff
path: root/include/direntry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/direntry.h')
-rw-r--r--include/direntry.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/direntry.h b/include/direntry.h
new file mode 100644
index 0000000..d1628a9
--- /dev/null
+++ b/include/direntry.h
@@ -0,0 +1,10 @@
+#ifndef DIRENTRY_H
+#define DIRENTRY_H
+
+/* sysdep: +dirent */
+
+#include <sys/types.h>
+#include <dirent.h>
+#define direntry struct dirent
+
+#endif