diff options
author | Tao Bao <tbao@google.com> | 2017-10-11 23:04:39 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-11 23:04:39 +0200 |
commit | 1bf842471c03aa5f6d97f06b8aedef5aae04b63f (patch) | |
tree | bc2b5d8646e5b0898103e02fa048691ca6a4676f | |
parent | Merge "applypatch: Use shared lib for libbz." (diff) | |
parent | otautil: #include <errno.h> for TEMP_FAILURE_RETRY. (diff) | |
download | android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.tar android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.tar.gz android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.tar.bz2 android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.tar.lz android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.tar.xz android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.tar.zst android_bootable_recovery-1bf842471c03aa5f6d97f06b8aedef5aae04b63f.zip |
-rw-r--r-- | otautil/SysUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otautil/SysUtil.cpp b/otautil/SysUtil.cpp index 0655c4778..48336ad07 100644 --- a/otautil/SysUtil.cpp +++ b/otautil/SysUtil.cpp @@ -16,6 +16,7 @@ #include "otautil/SysUtil.h" +#include <errno.h> // TEMP_FAILURE_RETRY #include <fcntl.h> #include <stdint.h> // SIZE_MAX #include <sys/mman.h> |