macOS build fix: no off64_t on darwin.
Darwin has always had a 64-bit off_t, and never added an off64_t. Test: builds on mac Change-Id: I4b244dda94c67da76c9e0f47b333c2734f5a94af
This commit is contained in:
parent
8b8743462c
commit
7d9a7a3b6e
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include <android-base/off64_t.h>
|
||||
|
||||
namespace incremental {
|
||||
|
||||
using Size = int64_t;
|
||||
|
|
Loading…
Reference in New Issue