commit | 1e6f4d8dab1baef28d756b11de1b284184ad5da1 | [log] [tgz] |
---|---|---|
author | Yuchao Zhou <superzhou@google.com> | Fri Oct 26 23:20:24 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 26 23:20:24 2018 +0000 |
tree | 243da616414c2c9a0aa534a9dfacd5a0bd8bfa98 | |
parent | 55d31ecd86f1ac080bb9c40606fe13209150a6ca [diff] | |
parent | 9c8bd669e85174c5dcd8ada66535055856271f10 [diff] |
Merge "Yet another Mac fix."
diff --git a/libziparchive/zip_archive.cc b/libziparchive/zip_archive.cc index 9d6d919..9eb7f2c 100644 --- a/libziparchive/zip_archive.cc +++ b/libziparchive/zip_archive.cc
@@ -34,6 +34,10 @@ #include <memory> #include <vector> +#if defined(__APPLE__) +#define lseek64 lseek +#endif + #if defined(__BIONIC__) #include <android/fdsan.h> #endif