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

Commit 602f9a29 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libbase: quick fix for Mac build."

parents 91061cc8 98543865
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>