Fixup for *nix port
Modified: trunk/reactos/tools/widl/write_msft.c
_____
Modified: trunk/reactos/tools/widl/write_msft.c
--- trunk/reactos/tools/widl/write_msft.c 2005-03-13 18:41:59 UTC
(rev 14022)
+++ trunk/reactos/tools/widl/write_msft.c 2005-03-13 18:43:44 UTC
(rev 14023)
@@ -35,6 +35,9 @@
#include <time.h>
#ifdef WIN32
#include <io.h> /* write() */
+#else
+#include <fcntl.h> /* create */
+#include <unistd.h> /* write and close */
#endif /* WIN32 */
#define NONAMELESSUNION
Show replies by date