diff options
author | Sen Jiang <senj@google.com> | 2016-01-29 05:35:05 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-01-29 05:35:05 +0100 |
commit | 1f3616f3fd6c0e5cbbc3e490c216db9f758aeb28 (patch) | |
tree | 0c863c386c260af03146e127faca7361dd73292a /applypatch/bspatch.cpp | |
parent | Merge "edify: accept long string literal." (diff) | |
parent | applypatch: Compile libimgpatch for target and host. (diff) | |
download | android_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.cpp | 1 |
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> |