From: Adrian Bunk Date: Wed, 6 Feb 2008 09:36:48 +0000 (-0800) Subject: fs/signalfd.c should #include X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ec37dfd4d282ce132dcb048398800951f6d11ef;p=linux-beck.git fs/signalfd.c should #include 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 Signed-off-by: Linus Torvalds --- diff --git a/fs/signalfd.c b/fs/signalfd.c index 2d3e107da2d3..cb2b63ae0bf4 100644 --- a/fs/signalfd.c +++ b/fs/signalfd.c @@ -27,6 +27,7 @@ #include #include #include +#include struct signalfd_ctx { sigset_t sigmask;