summaryrefslogtreecommitdiffstats
path: root/applypatch/bspatch.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-10 10:01:52 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-10 10:01:52 +0200
commitf5f8cd0c5053d4c296c261dd4b5c844c031ae250 (patch)
treedd389c0e573affbdb019988499801d169e92e92f /applypatch/bspatch.cpp
parentSnap for 4383207 from 2bf82666c3ebe0609515e02281597925c3cee44f to pi-release (diff)
parentMerge "applypatch: Forward declare struct Value." am: 7a3fc2de8e am: b7c0ce4201 am: b53d8c6062 (diff)
downloadandroid_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.tar
android_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.tar.gz
android_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.tar.bz2
android_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.tar.lz
android_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.tar.xz
android_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.tar.zst
android_bootable_recovery-f5f8cd0c5053d4c296c261dd4b5c844c031ae250.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
+}