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

Commit 4aecbd0a authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "libbase: quick fix for Mac build."

am: 602f9a29

Change-Id: Iffc5fbc102efb9e4a427b5c06595baa51b9a6394
parents 5d8bf112 602f9a29
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>