summaryrefslogtreecommitdiffstats
path: root/otautil/SysUtil.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-10-13 10:09:12 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-10-13 10:09:12 +0200
commit272eedf93d683c3065e621c85ecb809572c0eea4 (patch)
tree7dced004f2b82d467609891e2bbdccd5476fd92e /otautil/SysUtil.cpp
parentSnap for 4388640 from 6d5da419715a852e29dde9f25858dc3802819dea to pi-release (diff)
parentMerge "Fix owner email address." am: b4a8c6abd9 am: 97d9ae086a am: bb971cce89 (diff)
downloadandroid_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.gz
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.bz2
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.lz
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.xz
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.tar.zst
android_bootable_recovery-272eedf93d683c3065e621c85ecb809572c0eea4.zip
Diffstat (limited to '')
-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>