commit | 7861ec16a0dd4a423a8852951b4733f2dc5dd76e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 21:30:02 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 11 21:30:02 2017 +0000 |
tree | daa4fdabdfa1ca629ed3089f56c443b7414de580 | |
parent | 491880ed2f844d1ae623ede9778d93f4746967f9 [diff] | |
parent | 1bf842471c03aa5f6d97f06b8aedef5aae04b63f [diff] |
Merge "otautil: #include <errno.h> for TEMP_FAILURE_RETRY." am: 1bf842471c Change-Id: I9a05bd96e5d213e97f0c9aed3bd6aa973bc51327
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>