summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ab7093c)
raw | patch | inline | side by side (parent: ab7093c)
author | ishmal <ishmal@users.sourceforge.net> | |
Thu, 5 Jun 2008 21:42:21 +0000 (21:42 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Thu, 5 Jun 2008 21:42:21 +0000 (21:42 +0000) |
buildtool.cpp | patch | blob | history |
diff --git a/buildtool.cpp b/buildtool.cpp
index 2741a2f2d8ec8214cee7134836b0109bfa4c3a1e..22c8dcb49fe36b6aed5643a8ab8d2b5308306b6e 100644 (file)
--- a/buildtool.cpp
+++ b/buildtool.cpp
#include <unistd.h>
#include <stdarg.h>
#include <sys/stat.h>
-#include <sys/wait.h>
#include <time.h>
#include <sys/time.h>
#include <utime.h>
#ifdef __WIN32__
#include <windows.h>
+#else
+#include <sys/wait.h>
#endif