summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-11 23:04:39 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-11 23:04:39 +0200
commit1bf842471c03aa5f6d97f06b8aedef5aae04b63f (patch)
treebc2b5d8646e5b0898103e02fa048691ca6a4676f
parentMerge "applypatch: Use shared lib for libbz." (diff)
parentotautil: #include <errno.h> for TEMP_FAILURE_RETRY. (diff)
downloadandroid_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.cpp1
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>