Merge "macOS build fix: no off64_t on darwin." into rvc-dev am: acc1a1b5de am: 13aa91708b

Change-Id: I8b7167d735780b3fed58e0b333d73260f2b6444d
This commit is contained in:
Jerome Gaillard 2020-04-17 11:00:57 +00:00 committed by Automerger Merge Worker
commit ec6c44029f
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;