summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 3a6087e6..fb3de145 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -42,7 +42,9 @@ int gettimeofday(struct timeval *tv, struct timezone *tz);
#include <unistd.h>
+#ifndef O_BINARY
#define O_BINARY 0
+#endif
#endif