aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inotify.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2006-01-18 17:43:04 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-18 19:20:22 -0800
commit5131cf154ad1c6e584efa58d17a469d0b80f49bd (patch)
treed9134f74d0b04c571407fd5fbf494f1714523211 /fs/inotify.c
parent[PATCH] fix sched_setscheduler semantics (diff)
downloadlinux-dev-5131cf154ad1c6e584efa58d17a469d0b80f49bd.tar.xz
linux-dev-5131cf154ad1c6e584efa58d17a469d0b80f49bd.zip
[PATCH] add missing syscall declarations
All standard system calls should be declared in include/linux/syscalls.h. Add some of the new additions that were previously missed. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/inotify.c')
-rw-r--r--fs/inotify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/inotify.c b/fs/inotify.c
index 2fecb7af4a77..878ccca61213 100644
--- a/fs/inotify.c
+++ b/fs/inotify.c
@@ -33,6 +33,7 @@
#include <linux/list.h>
#include <linux/writeback.h>
#include <linux/inotify.h>
+#include <linux/syscalls.h>
#include <asm/ioctls.h>