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

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

Merge "Yet another Mac fix."

am: 1e6f4d8d

Change-Id: I1def1f625eca53677f7f5a31ecf56b5a8a922ffc
parents 9cf0730f 1e6f4d8d
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