aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/array.c
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2008-04-24 11:44:08 +0000
committerAl Viro <[email protected]>2008-05-01 17:08:16 +0000
commit9f3acc3140444a900ab280de942291959f0f615d (patch)
tree0d7f3f9698071ff90fb9a127a4c6e86e1c37c945 /fs/proc/array.c
parent[PATCH] make osf_select() use core_sys_select() (diff)
downloadkernel-9f3acc3140444a900ab280de942291959f0f615d.tar.gz
kernel-9f3acc3140444a900ab280de942291959f0f615d.zip
[PATCH] split linux/file.h
Initial splitoff of the low-level stuff; taken to fdtable.h Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
-rw-r--r--fs/proc/array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/array.c b/fs/proc/array.c
index c135cbdd9127..dca997a93bff 100644
--- a/fs/proc/array.c
+++ b/fs/proc/array.c
@@ -73,6 +73,7 @@
#include <linux/signal.h>
#include <linux/highmem.h>
#include <linux/file.h>
+#include <linux/fdtable.h>
#include <linux/times.h>
#include <linux/cpuset.h>
#include <linux/rcupdate.h>