diff options
author | Alex Deymo <deymo@google.com> | 2016-08-13 00:11:47 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-13 00:11:47 +0200 |
commit | 0d345b67311d97f630d0197a62f6f1110271df59 (patch) | |
tree | 05bfeefd0264df7330f43ef33941ddadc2c3bcfc | |
parent | Call update_engine_sideload from recovery. (diff) | |
parent | Add inttypes.h for PRIu64. (diff) | |
download | android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.tar android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.tar.gz android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.tar.bz2 android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.tar.lz android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.tar.xz android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.tar.zst android_bootable_recovery-0d345b67311d97f630d0197a62f6f1110271df59.zip |
Diffstat (limited to '')
-rw-r--r-- | install.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.cpp b/install.cpp index cde9cbafd..02c845cb8 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> |