Fix Mac OS build for libziparchive.
BSD off_t are implicitly 64 bit so the platform doesn't define off64_t. Change-Id: I51cbe94ead01d2d6bc7c5010d9472487bee7c2d3
This commit is contained in:
parent
a2125077e1
commit
574c3b35df
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
#include <utils/Compat.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in New Issue