summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-08-12 23:38:21 +0200
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-08-12 23:38:21 +0200
commit567a7326c2f6e2bdbc22843ca5994356beee243a (patch)
treeb43c71fdb3516c5ba13bf336bc32911d6ba6b721
parentMerge "adb headers now refer to openssl headers." am: e4cf854dbf am: c687a72d9f (diff)
parentAdd inttypes.h for PRIu64. (diff)
downloadandroid_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.tar
android_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.tar.gz
android_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.tar.bz2
android_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.tar.lz
android_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.tar.xz
android_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.tar.zst
android_bootable_recovery-567a7326c2f6e2bdbc22843ca5994356beee243a.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>