Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9bffdff authored by Tao Bao's avatar Tao Bao
Browse files

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

Test: mmma bootable/recovery
Change-Id: I5959303528c6f704f10ce153f6fcb2054ce35b1e
parent 46d8a3b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>