diff options
Diffstat (limited to 'libc/arch-x86/syscalls/inotify_init.S')
-rw-r--r-- | libc/arch-x86/syscalls/inotify_init.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/arch-x86/syscalls/inotify_init.S b/libc/arch-x86/syscalls/inotify_init.S index ffc4a2a..254bc06 100644 --- a/libc/arch-x86/syscalls/inotify_init.S +++ b/libc/arch-x86/syscalls/inotify_init.S @@ -1,7 +1,7 @@ /* autogenerated by gensyscalls.py */ +#include <asm/unistd.h> #include <linux/err.h> #include <machine/asm.h> -#include <asm/unistd.h> ENTRY(inotify_init) pushl %ebx |