commit | a2fb941a32bd53488b89dad0f6bec436f34e4ef2 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 21:37:05 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 11 21:37:05 2017 +0000 |
tree | daa4fdabdfa1ca629ed3089f56c443b7414de580 | |
parent | e35327449143b5c0b6a30e3d83783e8926d5823f [diff] | |
parent | 7861ec16a0dd4a423a8852951b4733f2dc5dd76e [diff] |
Merge "otautil: #include <errno.h> for TEMP_FAILURE_RETRY." am: 1bf842471c am: 7861ec16a0 Change-Id: Ia53a4fb2ca871cb688ca52902b4790e28531dc05
diff --git a/otautil/SysUtil.cpp b/otautil/SysUtil.cpp index 0655c47..48336ad 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>