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:
Narayan Kamath 2013-12-06 18:27:53 +00:00
parent a2125077e1
commit 574c3b35df
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <utils/Compat.h>
__BEGIN_DECLS