diff options
Diffstat (limited to 'libc/arch-mips/syscalls/inotify_rm_watch.S')
-rw-r--r-- | libc/arch-mips/syscalls/inotify_rm_watch.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-mips/syscalls/inotify_rm_watch.S b/libc/arch-mips/syscalls/inotify_rm_watch.S index 1b2964e..deff837 100644 --- a/libc/arch-mips/syscalls/inotify_rm_watch.S +++ b/libc/arch-mips/syscalls/inotify_rm_watch.S @@ -1,5 +1,5 @@ /* autogenerated by gensyscalls.py */ -#include <sys/linux-syscalls.h> +#include <asm/unistd.h> .text .globl inotify_rm_watch .align 4 |