projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c227f
)
Add missing header includes.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 19 Mar 2007 13:09:22 +0000
(13:09 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 19 Mar 2007 13:09:22 +0000
(13:09 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2500
c046a42c
-6fe2-441c-8c8c-
71466251a162
linux-user/syscall.c
patch
|
blob
|
history
diff --git
a/linux-user/syscall.c
b/linux-user/syscall.c
index 85f275cb7592c88b1879f692c3edb6398f820af8..71788a8f1e17055a3ee460093ddaec61417cad9a 100644
(file)
--- a/
linux-user/syscall.c
+++ b/
linux-user/syscall.c
@@
-28,6
+28,8
@@
#include <fcntl.h>
#include <time.h>
#include <sys/types.h>
+#include <sys/ipc.h>
+#include <sys/msg.h>
#include <sys/wait.h>
#include <sys/time.h>
#include <sys/stat.h>