From: Adrian Bunk Date: Wed, 6 Feb 2008 09:36:47 +0000 (-0800) Subject: fs/utimes.c should #include X-Git-Tag: v2.6.25-rc1~742 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12c2ab5e8fdfde67f3f6778a366cbdef06de410d;p=linux-2.6 fs/utimes.c should #include Every file should include the headers containing the prototypes for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/utimes.c b/fs/utimes.c index b9912ecbee..e5588cd853 100644 --- a/fs/utimes.c +++ b/fs/utimes.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include