summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2010-08-04 12:13:44 -0400
committerMadCamel <madcamel@gmail.com>2010-08-04 12:13:44 -0400
commitfb9e8532b45b9b9aaa66842715db7d57b5374c20 (patch)
tree8b735e7318f6be2a0f3588d1a45b9b596c3c29ae /src
parentcab33a7d731240fdf71f206f76190014811c8ecd (diff)
downloadtmwa-fb9e8532b45b9b9aaa66842715db7d57b5374c20.tar.gz
tmwa-fb9e8532b45b9b9aaa66842715db7d57b5374c20.tar.bz2
tmwa-fb9e8532b45b9b9aaa66842715db7d57b5374c20.tar.xz
tmwa-fb9e8532b45b9b9aaa66842715db7d57b5374c20.zip
Fixed minor portability problem
Should compile correctly on newer cygwin now
Diffstat (limited to 'src')
-rw-r--r--src/common/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.c b/src/common/core.c
index 5956e7a..bf48dfc 100644
--- a/src/common/core.c
+++ b/src/common/core.c
@@ -7,7 +7,7 @@
#include <unistd.h>
#endif
#include <signal.h>
-#include <wait.h>
+#include <sys/wait.h>
#include "core.h"
#include "socket.h"