summaryrefslogtreecommitdiffstats
path: root/src/clparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/clparser.cc')
-rw-r--r--src/clparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clparser.cc b/src/clparser.cc
index f73a8c1..c17150b 100644
--- a/src/clparser.cc
+++ b/src/clparser.cc
@@ -90,7 +90,7 @@ bool CLParser::Parse(const string& output, const string& deps_prefix,
#else
// TODO: should this make the path relative to cwd?
normalized = include;
- unsigned int slash_bits;
+ uint64_t slash_bits;
if (!CanonicalizePath(&normalized, &slash_bits, err))
return false;
#endif