summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-10-12 00:12:39 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-12 00:12:39 +0200
commit64bf3951c5bf215e25c87672912935291d342e2a (patch)
tree3f41295d2c75c13b4ea88742f92e926cb9edf28a
parentMerge "applypatch: Use shared lib for libbz." am: 6d7e4acf7e am: 491880ed2f am: e353274491 (diff)
parentMerge "otautil: #include <errno.h> for TEMP_FAILURE_RETRY." am: 1bf842471c am: 7861ec16a0 (diff)
downloadandroid_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.tar
android_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.tar.gz
android_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.tar.bz2
android_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.tar.lz
android_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.tar.xz
android_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.tar.zst
android_bootable_recovery-64bf3951c5bf215e25c87672912935291d342e2a.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>