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

Commit 47839216 authored by Yuchao Zhou's avatar Yuchao Zhou Committed by android-build-merger
Browse files

Merge "Yet another Mac fix." am: 1e6f4d8d

am: cb758377

Change-Id: I9b700ed807fffc1353a6ebfecbc9230531242492
parents 80fa5ce8 cb758377
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@
#include <memory>
#include <vector>

#if defined(__APPLE__)
#define lseek64 lseek
#endif

#if defined(__BIONIC__)
#include <android/fdsan.h>
#endif