From: Adrian Bunk Every file should include the headers containing the prototypes for its global functions (in this case sys_signalfd()). Signed-off-by: Adrian Bunk Cc: Davide Libenzi Signed-off-by: Andrew Morton --- fs/signalfd.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/signalfd.c~fs-signalfdc-should-include-linux-syscallsh fs/signalfd.c --- a/fs/signalfd.c~fs-signalfdc-should-include-linux-syscallsh +++ a/fs/signalfd.c @@ -27,6 +27,7 @@ #include #include #include +#include struct signalfd_ctx { sigset_t sigmask; _