Merge "macOS build fix: no off64_t on darwin." am: 63f2be8f56 am: a1c8b995fb

Change-Id: I8b3c80e110c4978e7d94cddd26d60d1371961ac7
This commit is contained in:
Treehugger Robot 2020-04-15 22:45:50 +00:00 committed by Automerger Merge Worker
commit 03f371e32e

View file

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