macOS build fix: no off64_t on darwin.

Darwin has always had a 64-bit off_t, and never added an off64_t.

Test: builds on mac
Change-Id: I4b244dda94c67da76c9e0f47b333c2734f5a94af
This commit is contained in:
Elliott Hughes 2020-04-14 15:34:01 -07:00
parent 8b8743462c
commit 7d9a7a3b6e
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include <stdint.h>
#include <android-base/off64_t.h>
namespace incremental {
using Size = int64_t;