From: Adrian Bunk Date: Wed, 6 Feb 2008 09:36:47 +0000 (-0800) Subject: fs/utimes.c should #include X-Git-Tag: firefly_0821_release~23235 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12c2ab5e8fdfde67f3f6778a366cbdef06de410d;p=firefly-linux-kernel-4.4.55.git 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 b9912ecbee24..e5588cd8530e 100644 --- a/fs/utimes.c +++ b/fs/utimes.c @@ -6,6 +6,7 @@ #include #include #include +#include #include #include