diff options
-rw-r--r-- | linux-user/syscall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 85f275c..71788a8 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> |