summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-13 00:11:47 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-13 00:11:47 +0200
commit0d345b67311d97f630d0197a62f6f1110271df59 (patch)
tree05bfeefd0264df7330f43ef33941ddadc2c3bcfc
parentCall update_engine_sideload from recovery. (diff)
parentAdd inttypes.h for PRIu64. (diff)
downloadandroid_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
-rw-r--r--install.cpp1
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>