commit | b9bffdffb944663c61fdbebcdedcf9b87fd2450e | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Oct 11 12:14:38 2017 -0700 |
committer | Tao Bao <tbao@google.com> | Wed Oct 11 12:15:49 2017 -0700 |
tree | 0e93d8797b1f27d9b7034ae164ddd15acc7a4b28 | |
parent | 46d8a3b604413c1ac367c0f4526e85fc2786952e [diff] |
otautil: #include <errno.h> for TEMP_FAILURE_RETRY. Test: mmma bootable/recovery Change-Id: I5959303528c6f704f10ce153f6fcb2054ce35b1e
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>