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

Commit 1bf84247 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

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

parents 6d7e4acf b9bffdff
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>