From 1bb6977546b7b0fa44162b66cb73d36c965e12c4 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sun, 13 Mar 2005 18:43:44 +0000 Subject: [PATCH] Fixup for *nix port svn path=/trunk/; revision=14023 --- reactos/tools/widl/write_msft.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/tools/widl/write_msft.c b/reactos/tools/widl/write_msft.c index 47cc8be54ba..c9ae86ab24e 100644 --- a/reactos/tools/widl/write_msft.c +++ b/reactos/tools/widl/write_msft.c @@ -35,6 +35,9 @@ #include #ifdef WIN32 #include /* write() */ +#else +#include /* create */ +#include /* write and close */ #endif /* WIN32 */ #define NONAMELESSUNION