summaryrefslogtreecommitdiffstats
path: root/applypatch/bspatch.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-01-29 05:58:59 +0100
committerTao Bao <tbao@google.com>2016-01-29 05:58:59 +0100
commit484c49e99ec501960672a1dcceb38dbb7bde1956 (patch)
tree1538cb19c557e756a3ff6c9ab17d73001c4b8c43 /applypatch/bspatch.cpp
parentMerge "edify: accept long string literal." am: d379b4410b (diff)
parentMerge "applypatch: Compile libimgpatch for target and host." (diff)
downloadandroid_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.tar
android_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.tar.gz
android_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.tar.bz2
android_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.tar.lz
android_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.tar.xz
android_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.tar.zst
android_bootable_recovery-484c49e99ec501960672a1dcceb38dbb7bde1956.zip
Diffstat (limited to '')
-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>