aboutsummaryrefslogtreecommitdiffstats
path: root/asn1_decoder.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 12:09:05 -0800
committerElliott Hughes <enh@google.com>2015-01-28 12:09:05 -0800
commit26dbad2b984e69f6c938ac3e82267d0ded0df8fd (patch)
treeb1b87916a442415c19e3cd148d8fd64d1f42b3ef /asn1_decoder.cpp
parenteaeb55f745c86487b4ad57da008d501fa1ebc37d (diff)
downloadbootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.zip
bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.gz
bootable_recovery-26dbad2b984e69f6c938ac3e82267d0ded0df8fd.tar.bz2
Add missing includes.
Change-Id: I0737456e0221ebe9cc854d65c95a7d37d0869d56
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 7280f74..e7aef78 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>