diff options
Diffstat (limited to 'lib/libc/msg')
| -rw-r--r-- | lib/libc/msg/msgctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/msg/msgctl.c b/lib/libc/msg/msgctl.c index 0df2e3cf..a71bb9d9 100644 --- a/lib/libc/msg/msgctl.c +++ b/lib/libc/msg/msgctl.c @@ -1,4 +1,5 @@ -#include "asm/unistd_64.h" // for __NR_msgctl + + #include <sys/msg.h> // for msgctl #include <syscall.h> // for __syscall_3, syscall |
