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

Test: mmma bootable/recovery
Change-Id: I5959303528c6f704f10ce153f6fcb2054ce35b1e
This commit is contained in:
Tao Bao 2017-10-11 12:14:38 -07:00
parent 46d8a3b604
commit b9bffdffb9

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>