From fb9e8532b45b9b9aaa66842715db7d57b5374c20 Mon Sep 17 00:00:00 2001 From: MadCamel <madcamel@gmail.com> Date: Wed, 4 Aug 2010 12:13:44 -0400 Subject: Fixed minor portability problem Should compile correctly on newer cygwin now --- src/common/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-70-g09d2