summaryrefslogtreecommitdiffstats
path: root/asn1_decoder.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 23:08:20 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 23:08:20 +0100
commitd2a4ef50acfd8487c1743818bf0d7363c8bc1e96 (patch)
tree49cfc80f1d0e78ca65f8fb9bf809b0a335e567cc /asn1_decoder.cpp
parentam 88c30fb6: am eaeb55f7: Merge "Start losing code to libadb." (diff)
parentam dab56cac: Merge "Add missing includes." (diff)
downloadandroid_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.tar
android_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.tar.gz
android_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.tar.bz2
android_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.tar.lz
android_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.tar.xz
android_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.tar.zst
android_bootable_recovery-d2a4ef50acfd8487c1743818bf0d7363c8bc1e96.zip
Diffstat (limited to 'asn1_decoder.cpp')
-rw-r--r--asn1_decoder.cpp1
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>