diff options
Diffstat (limited to 'src/clparser.cc')
-rw-r--r-- | src/clparser.cc | 2 |
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 |