summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-12 23:54:23 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-08-12 23:54:23 +0200
commit25c2f02cb532505773199bc5b4f8efa4e79b22b6 (patch)
treeddb8009673177b89677488d763b87174b9dc55dd
parentMerge "adb headers now refer to openssl headers." am: e4cf854dbf am: c687a72d9f am: d7067c7fea (diff)
parentAdd inttypes.h for PRIu64. (diff)
downloadandroid_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.tar
android_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.tar.gz
android_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.tar.bz2
android_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.tar.lz
android_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.tar.xz
android_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.tar.zst
android_bootable_recovery-25c2f02cb532505773199bc5b4f8efa4e79b22b6.zip
-rw-r--r--install.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.cpp b/install.cpp
index b3430cfea..38e89fde6 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>