summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/util.h b/util.h
index 8f20102..b2025e6 100644
--- a/util.h
+++ b/util.h
@@ -50,6 +50,10 @@
# define S_ISWHT(mode) false
#endif
+#ifndef O_DIRECTORY
+# define O_DIRECTORY 0
+#endif
+
/**
* readdir() wrapper that makes error handling cleaner.
*/