diff options
author | Dees_Troy <dees_troy@teamw.in> | 2013-09-03 21:39:41 +0200 |
---|---|---|
committer | Dees_Troy <dees_troy@teamw.in> | 2013-09-05 15:06:16 +0200 |
commit | 512376ccc75a2564fe8df671e4e05a3b100b5ee5 (patch) | |
tree | 2c435577fc5608f8a63e0e515df3c4dab404e8ee /updater/install.c | |
parent | Update to latest AOSP master (diff) | |
download | android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.tar android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.tar.gz android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.tar.bz2 android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.tar.lz android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.tar.xz android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.tar.zst android_bootable_recovery-512376ccc75a2564fe8df671e4e05a3b100b5ee5.zip |
Diffstat (limited to '')
-rw-r--r-- | updater/install.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/updater/install.c b/updater/install.c index 305703cd3..d8c6dc249 100644 --- a/updater/install.c +++ b/updater/install.c @@ -37,6 +37,7 @@ #include "mtdutils/mtdutils.h" #include "updater.h" #include "applypatch/applypatch.h" +#include "flashutils/flashutils.h" #ifdef USE_EXT4 #include "make_ext4fs.h" |