Commit d08d3bb8511c05b95042bbd5d5c8462a6a25a934

Authored by ths
1 parent 01c227fb

Add missing header includes.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2500 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 2 additions and 0 deletions
linux-user/syscall.c
@@ -28,6 +28,8 @@ @@ -28,6 +28,8 @@
28 #include <fcntl.h> 28 #include <fcntl.h>
29 #include <time.h> 29 #include <time.h>
30 #include <sys/types.h> 30 #include <sys/types.h>
  31 +#include <sys/ipc.h>
  32 +#include <sys/msg.h>
31 #include <sys/wait.h> 33 #include <sys/wait.h>
32 #include <sys/time.h> 34 #include <sys/time.h>
33 #include <sys/stat.h> 35 #include <sys/stat.h>