diff options
Diffstat (limited to 'lib/libc/msg')
| -rw-r--r-- | lib/libc/msg/msgctl.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/msg/msgctl.c b/lib/libc/msg/msgctl.c index fd25cae4..0df2e3cf 100644 --- a/lib/libc/msg/msgctl.c +++ b/lib/libc/msg/msgctl.c @@ -1,6 +1,7 @@ -#include <endian.h> -#include <sys/msg.h> -#include <syscall.h> +#include "asm/unistd_64.h" // for __NR_msgctl + +#include <sys/msg.h> // for msgctl +#include <syscall.h> // for __syscall_3, syscall int msgctl(int msqid, int cmd, struct msqid_ds *buf) { |
