From: ishmal Date: Thu, 5 Jun 2008 21:42:21 +0000 (+0000) Subject: oops. sys/wait.h not on win32 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e8845732898e4220eb4a7d9a1a5d9a95d306df71;p=inkscape.git oops. sys/wait.h not on win32 --- diff --git a/buildtool.cpp b/buildtool.cpp index 2741a2f2d..22c8dcb49 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -45,7 +45,6 @@ #include #include #include -#include #include #include #include @@ -60,6 +59,8 @@ #ifdef __WIN32__ #include +#else +#include #endif