summaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-19 13:09:22 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-19 13:09:22 +0000
commitd08d3bb8511c05b95042bbd5d5c8462a6a25a934 (patch)
tree62425b4020ed03e700a91e5bdbafe17a4c025703 /linux-user
parent01c227fba4f1cefd47caa0aec8c5f503f0e29dc6 (diff)
downloadqemu-d08d3bb8511c05b95042bbd5d5c8462a6a25a934.tar.gz
Add missing header includes.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2500 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user')
-rw-r--r--linux-user/syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 85f275cb75..71788a8f1e 100644
--- 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>