From cd0006e6b25a2a08716505f4459902f457492ae0 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Thu, 5 Jun 2008 21:42:21 +0000 Subject: oops. sys/wait.h not on win32 (bzr r5822) --- buildtool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildtool.cpp') 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 -- cgit v1.2.3