Merge "otautil: #include <errno.h> for TEMP_FAILURE_RETRY." am: 1bf842471c

am: 7861ec16a0

Change-Id: Ia53a4fb2ca871cb688ca52902b4790e28531dc05
This commit is contained in:
Tao Bao
2017-10-11 21:37:05 +00:00
committed by android-build-merger
+1
View File
@@ -16,6 +16,7 @@
#include "otautil/SysUtil.h" #include "otautil/SysUtil.h"
#include <errno.h> // TEMP_FAILURE_RETRY
#include <fcntl.h> #include <fcntl.h>
#include <stdint.h> // SIZE_MAX #include <stdint.h> // SIZE_MAX
#include <sys/mman.h> #include <sys/mman.h>