summaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 21:48:30 +0100
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 21:48:30 +0100
commit22b8fe96663de518bf77049a1e449430b66e7d11 (patch)
treeea84c2366348ec81877fb4525e239070b74f51eb /applypatch
parentam eaeb55f7: Merge "Start losing code to libadb." (diff)
parentMerge "Add missing includes." (diff)
downloadandroid_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar
android_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.gz
android_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.bz2
android_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.lz
android_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.xz
android_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.zst
android_bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.zip
Diffstat (limited to 'applypatch')
-rw-r--r--applypatch/bspatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applypatch/bspatch.c b/applypatch/bspatch.c
index b34ec2a88..b57760eda 100644
--- a/applypatch/bspatch.c
+++ b/applypatch/bspatch.c
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <sys/stat.h>
#include <errno.h>
+#include <malloc.h>
#include <unistd.h>
#include <string.h>