aboutsummaryrefslogtreecommitdiffstats
path: root/applypatch
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-28 20:48:30 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-28 20:48:30 +0000
commit22b8fe96663de518bf77049a1e449430b66e7d11 (patch)
treeea84c2366348ec81877fb4525e239070b74f51eb /applypatch
parent88c30fb652ad40835f1d1045e2c851ff8813e873 (diff)
parentdab56cac959ce9c78e3a0a22e9ee2ff917d61bd3 (diff)
downloadbootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.zip
bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.gz
bootable_recovery-22b8fe96663de518bf77049a1e449430b66e7d11.tar.bz2
am dab56cac: Merge "Add missing includes."
* commit 'dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3': Add missing includes.
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 b34ec2a..b57760e 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>