Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 589e2e72 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "libbase: quick fix for Mac build." am: 602f9a29

am: 4aecbd0a

Change-Id: I9d28592383bab531bb5634a10c6c15a0b1dade45
parents 2d02b50b 4aecbd0a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@

#pragma once

#if __APPLE__
/* Temporary Mac build fix for off64_t. TODO: refactor into `portability.h`. */
#include "android-base/file.h"
#endif

#include "android-base/macros.h"

#include <sys/types.h>