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

This commit is contained in:
Tao Bao
2017-10-11 21:04:39 +00:00
committed by Gerrit Code Review

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>