Merge "macOS build fix: no off64_t on darwin." into rvc-dev

This commit is contained in:
Jerome Gaillard 2020-04-17 10:17:22 +00:00 committed by Android (Google) Code Review
commit acc1a1b5de
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;