summaryrefslogtreecommitdiffstats
path: root/applypatch/bspatch.cpp
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-01-29 05:35:05 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-29 05:35:05 +0100
commit1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28 (patch)
tree0c863c386c260af03146e127faca7361dd73292a /applypatch/bspatch.cpp
parentMerge "edify: accept long string literal." (diff)
parentapplypatch: Compile libimgpatch for target and host. (diff)
downloadandroid_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.tar
android_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.tar.gz
android_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.tar.bz2
android_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.tar.lz
android_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.tar.xz
android_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.tar.zst
android_bootable_recovery-1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28.zip
Diffstat (limited to 'applypatch/bspatch.cpp')
-rw-r--r--applypatch/bspatch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/applypatch/bspatch.cpp b/applypatch/bspatch.cpp
index 9d201b477..75975ad6d 100644
--- a/applypatch/bspatch.cpp
+++ b/applypatch/bspatch.cpp
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <sys/stat.h>
+#include <sys/types.h>
#include <errno.h>
#include <malloc.h>
#include <unistd.h>