summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-12 22:43:04 +0200
committerAlex Deymo <deymo@google.com>2016-08-12 22:46:17 +0200
commit53c107f06836ac3942ec51625038b9756a49f933 (patch)
tree05bfeefd0264df7330f43ef33941ddadc2c3bcfc
parentCall update_engine_sideload from recovery. (diff)
downloadandroid_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.tar
android_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.tar.gz
android_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.tar.bz2
android_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.tar.lz
android_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.tar.xz
android_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.tar.zst
android_bootable_recovery-53c107f06836ac3942ec51625038b9756a49f933.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>