From 902f3763af4931c5c04c47d10e4d24dba96487cd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 17:27:25 +0200 Subject: Move path_mtime to filesystem, rename file_mtime, follow symlinks --- build/search.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build/search.cxx') diff --git a/build/search.cxx b/build/search.cxx index ee6e20f..feff123 100644 --- a/build/search.cxx +++ b/build/search.cxx @@ -7,6 +7,8 @@ #include // move() #include +#include + #include #include #include @@ -78,7 +80,7 @@ namespace build f += e; } - timestamp mt (path_mtime (f)); + timestamp mt (file_mtime (f)); if (mt == timestamp_nonexistent) continue; -- cgit v1.1