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

Commit 98543865 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

libbase: quick fix for Mac build.

I'll come back for the better fix later...

Bug: N/A
Test: builds
Change-Id: I967c2436cf5816cf9a0edcd3f04f307969e48bcb
parent 48a0e186
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>