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

Commit 574c3b35 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Fix Mac OS build for libziparchive.

BSD off_t are implicitly 64 bit so the platform
doesn't define off64_t.

Change-Id: I51cbe94ead01d2d6bc7c5010d9472487bee7c2d3
parent a2125077
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@

#include <stdint.h>
#include <sys/types.h>
#include <utils/Compat.h>

__BEGIN_DECLS