diff options
author | Tao Bao <tbao@google.com> | 2017-10-09 22:57:58 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-09 22:57:58 +0200 |
commit | 7a3fc2de8eb535637055a4a1c0063c5fbc101c4a (patch) | |
tree | 57e9458f101d41082073491d2fad407706e92cee /applypatch/bspatch.cpp | |
parent | Merge "Don't include "error_code.h" in edify/expr.h." (diff) | |
parent | applypatch: Forward declare struct Value. (diff) | |
download | android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.gz android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.bz2 android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.lz android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.xz android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.tar.zst android_bootable_recovery-7a3fc2de8eb535637055a4a1c0063c5fbc101c4a.zip |
Diffstat (limited to 'applypatch/bspatch.cpp')
-rw-r--r-- | applypatch/bspatch.cpp | 3 |
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 +} |