commit | 64bf3951c5bf215e25c87672912935291d342e2a | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 22:12:39 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Oct 11 22:12:39 2017 +0000 |
tree | 3f41295d2c75c13b4ea88742f92e926cb9edf28a | |
parent | 7dcfa332dd0af584bc7c726e6acfba71762b90f4 [diff] | |
parent | f7772bafa95eb09b0bb140658236afcdb8524aad [diff] |
Merge "otautil: #include <errno.h> for TEMP_FAILURE_RETRY." am: 1bf842471c am: 7861ec16a0 am: a2fb941a32 am: f7772bafa9 Change-Id: I1de91c7fd50684d1ac286a526e07fc681440ab00
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>