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