projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e68d6
)
Fix BSD build
author
Blue Swirl
<blauwirbel@gmail.com>
Wed, 27 Jan 2010 17:47:33 +0000
(17:47 +0000)
committer
Blue Swirl
<blauwirbel@gmail.com>
Wed, 27 Jan 2010 17:47:33 +0000
(17:47 +0000)
<sys/wait.h> must be included in order to use WIF* macros.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
net/slirp.c
patch
|
blob
|
history
diff --git
a/net/slirp.c
b/net/slirp.c
index b75ad165211766e4f8f8ee9549badde53c10ff40..361899b8f225f5d054f3583a754224266aee132c 100644
(file)
--- a/
net/slirp.c
+++ b/
net/slirp.c
@@
-25,6
+25,9
@@
#include "config-host.h"
+#ifndef _WIN32
+#include <sys/wait.h>
+#endif
#include "net.h"
#include "monitor.h"
#include "sysemu.h"