summaryrefslogtreecommitdiffstats
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 @@
1#ifndef DIRENTRY_H
2#define DIRENTRY_H
3
4#include <sys/types.h>
5#include <sys/dir.h>
6#define direntry struct direct
7
8#endif