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

am: 1bf842471c

Change-Id: I9a05bd96e5d213e97f0c9aed3bd6aa973bc51327
This commit is contained in:
Tao Bao
2017-10-11 21:30:02 +00:00
committed by android-build-merger
+1
View File
@@ -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>