diff options
-rw-r--r-- | src/common/core.c | 2 |
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" |