summaryrefslogtreecommitdiffstats
path: root/applypatch/bspatch.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-09 23:06:18 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-09 23:06:18 +0200
commitb53d8c6062ccf265260df582198e4396df5fd9dd (patch)
tree951dc6c3ec7fb944e5d04203ecf5a67650dde6da /applypatch/bspatch.cpp
parentMerge "Don't include "error_code.h" in edify/expr.h." am: d999ced1d1 (diff)
parentMerge "applypatch: Forward declare struct Value." (diff)
downloadandroid_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.tar
android_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.tar.gz
android_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.tar.bz2
android_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.tar.lz
android_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.tar.xz
android_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.tar.zst
android_bootable_recovery-b53d8c6062ccf265260df582198e4396df5fd9dd.zip
Diffstat (limited to 'applypatch/bspatch.cpp')
-rw-r--r--applypatch/bspatch.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/applypatch/bspatch.cpp b/applypatch/bspatch.cpp
index 65ee614ef..b2f29fbd6 100644
--- a/applypatch/bspatch.cpp
+++ b/applypatch/bspatch.cpp
@@ -30,6 +30,7 @@
#include <openssl/sha.h>
#include "applypatch/applypatch.h"
+#include "edify/expr.h"
#include "print_sha1.h"
void ShowBSDiffLicense() {
@@ -91,4 +92,4 @@ int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value
}
}
return result;
-} \ No newline at end of file
+}