diff --git a/reactos/tools/pefixup.c b/reactos/tools/pefixup.c index e9304284bfc..f908a9a94e3 100644 --- a/reactos/tools/pefixup.c +++ b/reactos/tools/pefixup.c @@ -26,6 +26,10 @@ #include #include +#ifndef O_BINARY +#define O_BINARY 0 +#endif + /* The following definitions are ripped from MinGW W32API headers. We don't use these headers directly in order to allow compilation on Linux hosts. */