summaryrefslogtreecommitdiffstats
path: root/fs/utimes.c
diff options
context:
space:
mode:
authorAdrian Bunk2008-02-06 10:36:47 +0100
committerLinus Torvalds2008-02-06 19:41:03 +0100
commit12c2ab5e8fdfde67f3f6778a366cbdef06de410d (patch)
tree181a80de95fe57517a74e5a08f4f7457b71910ff /fs/utimes.c
parentproper prototype for get_filesystem_list() (diff)
downloadkernel-qcow2-linux-12c2ab5e8fdfde67f3f6778a366cbdef06de410d.tar.gz
kernel-qcow2-linux-12c2ab5e8fdfde67f3f6778a366cbdef06de410d.tar.xz
kernel-qcow2-linux-12c2ab5e8fdfde67f3f6778a366cbdef06de410d.zip
fs/utimes.c should #include <linux/syscalls.h>
Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/utimes.c')
-rw-r--r--fs/utimes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/utimes.c b/fs/utimes.c
index b9912ecbee24..e5588cd8530e 100644
--- a/fs/utimes.c
+++ b/fs/utimes.c
@@ -6,6 +6,7 @@
#include <linux/sched.h>
#include <linux/stat.h>
#include <linux/utime.h>
+#include <linux/syscalls.h>
#include <asm/uaccess.h>
#include <asm/unistd.h>