Merge "macOS build fix: no off64_t on darwin." am: 63f2be8f56
Change-Id: Id025b6c3f020840f980c66a8a4e22efbec219aaa
This commit is contained in:
commit
a1c8b995fb
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <android-base/off64_t.h>
|
||||
|
||||
namespace incremental {
|
||||
|
||||
using Size = int64_t;
|
||||
|
|
Loading…
Reference in a new issue