otautil: #include <errno.h> for TEMP_FAILURE_RETRY.
Test: mmma bootable/recovery Change-Id: I5959303528c6f704f10ce153f6fcb2054ce35b1e
This commit is contained in:
parent
46d8a3b604
commit
b9bffdffb9
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue