From: Adrian Bunk Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- fs/utimes.c | 1 + 1 file changed, 1 insertion(+) diff -puN fs/utimes.c~fs-utimesc-should-include-linux-syscallsh fs/utimes.c --- a/fs/utimes.c~fs-utimesc-should-include-linux-syscallsh +++ a/fs/utimes.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include _