diff options
author | Elliott Hughes <enh@google.com> | 2015-01-28 20:48:30 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-01-28 20:48:30 +0000 |
commit | 22b8fe96663de518bf77049a1e449430b66e7d11 (patch) | |
tree | ea84c2366348ec81877fb4525e239070b74f51eb /applypatch | |
parent | 88c30fb652ad40835f1d1045e2c851ff8813e873 (diff) | |
parent | dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3 (diff) | |
download | bootable_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.c | 1 |
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> |