OSDN Git Service

Fix mac sdk build
authorKenny Root <kroot@google.com>
Thu, 19 Sep 2013 17:29:16 +0000 (10:29 -0700)
committerKenny Root <kroot@google.com>
Thu, 19 Sep 2013 17:43:15 +0000 (10:43 -0700)
commitdfec26e7ded987620e5b8e2eb88c4b02d479fdca
tree290176cb85c6092c58acdf145ec93899927d8a74
parent386a7f3314911c9250ec984092022ed634dfdb6d
Fix mac sdk build

Macs don't have off64_t and instead use loff_t. This is taken care of in
the Compat.h header from system/core.  Include that.

Bug: 10424836
Change-Id: Ic892e1edfecab502159209d463394864370c5537
libdex/ZipArchive.cpp