commit | 25c2f02cb532505773199bc5b4f8efa4e79b22b6 | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Aug 12 21:54:23 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Aug 12 21:54:23 2016 +0000 |
tree | ddb8009673177b89677488d763b87174b9dc55dd | |
parent | 92c7e27e95be0f124579f427b345747f1f3b6b49 [diff] | |
parent | 4e29ce0b88d010da95a255cb8bd7a2960f62bb7b [diff] |
Add inttypes.h for PRIu64. am: 4e29ce0b88 Change-Id: I48a4b0aba107f81fd5ea59b76c7fc658df30c3b0
diff --git a/install.cpp b/install.cpp index b3430cf..38e89fd 100644 --- a/install.cpp +++ b/install.cpp
@@ -17,6 +17,7 @@ #include <ctype.h> #include <errno.h> #include <fcntl.h> +#include <inttypes.h> #include <limits.h> #include <string.h> #include <sys/stat.h>