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

Commit 1e6f4d8d authored by Yuchao Zhou's avatar Yuchao Zhou Committed by Gerrit Code Review
Browse files

Merge "Yet another Mac fix."

parents 55d31ecd 9c8bd669
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