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

Commit 7d9a7a3b authored by Elliott Hughes's avatar Elliott Hughes
Browse files

macOS build fix: no off64_t on darwin.

Darwin has always had a 64-bit off_t, and never added an off64_t.

Test: builds on mac
Change-Id: I4b244dda94c67da76c9e0f47b333c2734f5a94af
parent 8b874346
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@

#include <stdint.h>

#include <android-base/off64_t.h>

namespace incremental {

using Size = int64_t;