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