From: Filip Navara Date: Tue, 2 Aug 2005 18:21:48 +0000 (+0000) Subject: Fix linux build. X-Git-Tag: ReactOS-0.2.8~1362 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ce5d8968c6b9bddae53efe793f7096ef356f35c0;ds=sidebyside Fix linux build. svn path=/trunk/; revision=16975 --- diff --git a/reactos/tools/pefixup.c b/reactos/tools/pefixup.c index 9f6e9a080ce..1439b6fd4f6 100644 --- a/reactos/tools/pefixup.c +++ b/reactos/tools/pefixup.c @@ -25,6 +25,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. */