diff options
author | Elliott Hughes <enh@google.com> | 2015-01-28 20:36:39 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-28 20:36:40 +0000 |
commit | dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3 (patch) | |
tree | b1b87916a442415c19e3cd148d8fd64d1f42b3ef /applypatch | |
parent | eaeb55f745c86487b4ad57da008d501fa1ebc37d (diff) | |
parent | 26dbad2b984e69f6c938ac3e82267d0ded0df8fd (diff) | |
download | bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.zip bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.gz bootable_recovery-dab56cac959ce9c78e3a0a22e9ee2ff917d61bd3.tar.bz2 |
Merge "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> |