commit | 7ec37dfd4d282ce132dcb048398800951f6d11ef | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Wed Feb 06 01:36:48 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Feb 06 10:41:03 2008 -0800 |
tree | 4fef63bbc5695661fd0f2288801be48038bf8596 | |
parent | 12c2ab5e8fdfde67f3f6778a366cbdef06de410d [diff] |
fs/signalfd.c should #include <linux/syscalls.h> Every file should include the headers containing the prototypes for its global functions (in this case sys_signalfd()). Signed-off-by: Adrian Bunk <bunk@kernel.org> Cc: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>