commit | 1bf842471c03aa5f6d97f06b8aedef5aae04b63f | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 21:04:39 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 11 21:04:39 2017 +0000 |
tree | bc2b5d8646e5b0898103e02fa048691ca6a4676f | |
parent | 6d7e4acf7e44d1ab4c7ce2a8df02c4fc7877636d [diff] | |
parent | b9bffdffb944663c61fdbebcdedcf9b87fd2450e [diff] |
Merge "otautil: #include <errno.h> for TEMP_FAILURE_RETRY."
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>