Merge "macOS build fix: no off64_t on darwin." into rvc-dev am: acc1a1b5de
am: 13aa91708b
Change-Id: I8b7167d735780b3fed58e0b333d73260f2b6444d
This commit is contained in:
commit
ec6c44029f
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <android-base/off64_t.h>
|
||||
|
||||
namespace incremental {
|
||||
|
||||
using Size = int64_t;
|
||||
|
|
Loading…
Reference in New Issue