shithub: choc

Download patch

ref: d9be068243f518d50bd4577db58693219b3acd57
parent: ea3b0114bd51314ee649a74d78ce080aa581429f
author: Simon Howard <fraggle@gmail.com>
date: Sun Jun 7 15:08:08 EDT 2009

Fix header includes (thanks exp[x])

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1575

--- a/setup/execute.c
+++ b/setup/execute.c
@@ -34,12 +34,12 @@
 
 #elif defined(_WIN32)
 
-#include <sys/wait.h>
-#include <unistd.h>
+#include <process.h>
 
 #else
 
-#include <process.h>
+#include <sys/wait.h>
+#include <unistd.h>
 
 #endif