From 09b9135c6e9950c0f12e3e6993ae52ab1baf0476 Mon Sep 17 00:00:00 2001 From: Arnd Bergmann Date: Mon, 18 Oct 2004 08:54:02 -0700 Subject: [PATCH] add missing linux/syscalls.h includes I found that the prototypes for sys_waitid and sys_fcntl in don't match the implementation. In order to keep all prototypes in sync in the future, now include the header from each file implementing any syscall. Signed-off-by: Arnd Bergmann Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- kernel/exec_domain.c | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/exec_domain.c') diff --git a/kernel/exec_domain.c b/kernel/exec_domain.c index 5fba35304459..ad3e5d54e119 100644 --- a/kernel/exec_domain.c +++ b/kernel/exec_domain.c @@ -14,6 +14,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3