diff options
author | Elliott Hughes <enh@google.com> | 2015-01-28 21:09:05 +0100 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-28 21:09:05 +0100 |
commit | 26dbad2b984e69f6c938ac3e82267d0ded0df8fd (patch) | |
tree | b1b87916a442415c19e3cd148d8fd64d1f42b3ef /asn1_decoder.cpp | |
parent | Merge "Start losing code to libadb." (diff) | |
download | android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.gz android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.bz2 android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.lz android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.xz android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.zst android_bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.zip |
Diffstat (limited to 'asn1_decoder.cpp')
-rw-r--r-- | asn1_decoder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1_decoder.cpp b/asn1_decoder.cpp index 7280f7480..e7aef781c 100644 --- a/asn1_decoder.cpp +++ b/asn1_decoder.cpp @@ -14,6 +14,7 @@ * limitations under the License. */ +#include <malloc.h> #include <stdint.h> #include <string.h> |