summaryrefslogtreecommitdiffstats
path: root/applypatch/bspatch.cpp
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-01-29 05:38:56 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-01-29 05:38:56 +0100
commit725833e024211012fd7bf6c2af9c781b4a289fbf (patch)
treea86aef36dcf55b7eeb6a81ad1a0352e0f6472885 /applypatch/bspatch.cpp
parentMerge "edify: accept long string literal." (diff)
parentMerge "applypatch: Compile libimgpatch for target and host." (diff)
downloadandroid_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.tar
android_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.tar.gz
android_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.tar.bz2
android_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.tar.lz
android_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.tar.xz
android_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.tar.zst
android_bootable_recovery-725833e024211012fd7bf6c2af9c781b4a289fbf.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>