diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2017-09-15 15:17:42 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2017-09-15 15:17:42 +0200 |
commit | d9918b7c380ef2c3c9b26190362ef91976c175d9 (patch) | |
tree | cd40321d9f31037630eb66819c822c79ff894cc1 /installcommand.cpp | |
parent | Add libraries needed in 8.0 for e2fsck and tune2fs (diff) | |
download | android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.tar android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.tar.gz android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.tar.bz2 android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.tar.lz android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.tar.xz android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.tar.zst android_bootable_recovery-d9918b7c380ef2c3c9b26190362ef91976c175d9.zip |
Diffstat (limited to '')
-rw-r--r-- | installcommand.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installcommand.cpp b/installcommand.cpp index c6b192694..f9978f27b 100644 --- a/installcommand.cpp +++ b/installcommand.cpp @@ -19,6 +19,7 @@ #include <vector> #ifdef AB_OTA_UPDATER +#include <inttypes.h> #include <map> #include <android-base/parseint.h> #include <android-base/stringprintf.h> |