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 23:20:45 +0200
commit4e29ce0b88d010da95a255cb8bd7a2960f62bb7b (patch)
treecd9bac2be30511d41d5dbb0402bbc17c4dae51b0
parentresolve merge conflicts of 66940b9 to nyc-mr1-dev-plus-aosp (diff)
downloadandroid_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.tar
android_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.tar.gz
android_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.tar.bz2
android_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.tar.lz
android_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.tar.xz
android_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.tar.zst
android_bootable_recovery-4e29ce0b88d010da95a255cb8bd7a2960f62bb7b.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>