aboutsummaryrefslogtreecommitdiffstats
path: root/applypatch
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 /applypatch
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 '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>