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

Commit 7861ec16 authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

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

am: 1bf84247

Change-Id: I9a05bd96e5d213e97f0c9aed3bd6aa973bc51327
parents 491880ed 1bf84247
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>