diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-04-24 13:44:08 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2008-05-01 19:08:16 +0200 |
commit | 9f3acc3140444a900ab280de942291959f0f615d (patch) | |
tree | 0d7f3f9698071ff90fb9a127a4c6e86e1c37c945 /kernel/fork.c | |
parent | [PATCH] make osf_select() use core_sys_select() (diff) | |
download | linux-9f3acc3140444a900ab280de942291959f0f615d.tar.xz linux-9f3acc3140444a900ab280de942291959f0f615d.zip |
[PATCH] split linux/file.h
Initial splitoff of the low-level stuff; taken to fdtable.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/fork.c')
-rw-r--r-- | kernel/fork.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/fork.c b/kernel/fork.c index 2bb675af4de3..933e60ebccae 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -22,6 +22,7 @@ #include <linux/mempolicy.h> #include <linux/sem.h> #include <linux/file.h> +#include <linux/fdtable.h> #include <linux/key.h> #include <linux/binfmts.h> #include <linux/mman.h> |