From 68c14d10b822a3428042796537f9ba5afafa58d9 Mon Sep 17 00:00:00 2001 From: Adrian Roos Date: Mon, 19 Aug 2019 14:37:19 +0200 Subject: [PATCH] adb: fix mac build Ensure that off64_t is defined when building adb for mac Fixes: 139646013 Test: make # On mac Change-Id: I32b68738d71c8a63a35c22434092933dcabac1ce (cherry picked from commit 2167b9082dcbe12a6e4f7f966ae6a39ec241d126) --- adb/sysdeps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/adb/sysdeps.h b/adb/sysdeps.h index b08a13b9c..987f9942b 100644 --- a/adb/sysdeps.h +++ b/adb/sysdeps.h @@ -33,6 +33,7 @@ // Include this before open/close/unlink are defined as macros below. #include #include +#include #include #include