Commit 12c2ab5e8fdfde67f3f6778a366cbdef06de410d

Authored by Adrian Bunk
Committed by Linus Torvalds
1 parent 011e3fcd1e

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -6,6 +6,7 @@
6 6 #include <linux/sched.h>
7 7 #include <linux/stat.h>
8 8 #include <linux/utime.h>
  9 +#include <linux/syscalls.h>
9 10 #include <asm/uaccess.h>
10 11 #include <asm/unistd.h>
11 12