commit | 567a7326c2f6e2bdbc22843ca5994356beee243a | [log] [tgz] |
---|---|---|
author | Alex Deymo <deymo@google.com> | Fri Aug 12 21:38:21 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Aug 12 21:38:21 2016 +0000 |
tree | b43c71fdb3516c5ba13bf336bc32911d6ba6b721 | |
parent | 01e9b56154091ffc43727e1c5fe7e78b722fb26d [diff] | |
parent | 4e29ce0b88d010da95a255cb8bd7a2960f62bb7b [diff] |
Merge "Add inttypes.h for PRIu64." into nyc-mr1-dev-plus-aosp
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>