Fix BSD build

<sys/wait.h> must be included in order to use WIF* macros.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
stable-0.13
Blue Swirl 2010-01-27 17:47:33 +00:00
parent 28e68d68b0
commit 28b150bfb0
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#include "config-host.h"
#ifndef _WIN32
#include <sys/wait.h>
#endif
#include "net.h"
#include "monitor.h"
#include "sysemu.h"