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