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

Commit 2167b908 authored by Adrian Roos's avatar Adrian Roos
Browse files

adb: fix mac build

Ensure that off64_t is defined when building adb for mac

Fixes: 139646013
Test: make # On mac
Change-Id: I32b68738d71c8a63a35c22434092933dcabac1ce
parent 3a7c632e
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,7 @@
// Include this before open/close/unlink are defined as macros below.
// Include this before open/close/unlink are defined as macros below.
#include <android-base/errors.h>
#include <android-base/errors.h>
#include <android-base/macros.h>
#include <android-base/macros.h>
#include <android-base/off64_t.h>
#include <android-base/unique_fd.h>
#include <android-base/unique_fd.h>
#include <android-base/utf8.h>
#include <android-base/utf8.h>