summaryrefslogtreecommitdiff
path: root/fs/select.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2009-10-04 16:11:37 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2009-10-04 15:05:10 -0700
commita99bbaf5ee6bad1aca0c88ea65ec6e5373e86184 (patch)
tree2b0314d68b9e0a76e8f4fb60865a1d56e138833a /fs/select.c
parent5e5027bd26ed4df735d29e66cd5c1c9b5959a587 (diff)
headers: remove sched.h from poll.h
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/select.c')
-rw-r--r--fs/select.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/select.c b/fs/select.c
index a201fc370223..fd38ce2e32e3 100644
--- a/fs/select.c
+++ b/fs/select.c
@@ -15,6 +15,7 @@
*/
#include <linux/kernel.h>
+#include <linux/sched.h>
#include <linux/syscalls.h>
#include <linux/module.h>
#include <linux/slab.h>