diff options
Diffstat (limited to 'common/compat.h')
-rw-r--r-- | common/compat.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/compat.h b/common/compat.h index 7eb42a5..d4858f0 100644 --- a/common/compat.h +++ b/common/compat.h @@ -64,6 +64,10 @@ #endif #endif +#ifndef O_BINARY +#define O_BINARY 0 +#endif + #ifndef HAVE_GETPROGNAME const char * getprogname (void); #endif |