Merge "macOS build fix: no off64_t on darwin."

This commit is contained in:
Treehugger Robot 2020-04-15 22:24:03 +00:00 committed by Gerrit Code Review
commit 63f2be8f56

View file

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