From dc0f8ecb24f3a392fa51c85eee5f7fbe14da3a1e Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 25 Feb 2015 10:26:17 -0800 Subject: [PATCH] Fix the mac build. Change-Id: Ieb6f2650ce5f39f1d8c938d0ca8cbec459d8e2fd --- adb/usb_osx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/adb/usb_osx.c b/adb/usb_osx.c index ba157f1fb..aa7e1ea0a 100644 --- a/adb/usb_osx.c +++ b/adb/usb_osx.c @@ -22,12 +22,13 @@ #include #include -#include "sysdeps.h" - #include +#include "sysdeps.h" + #define TRACE_TAG TRACE_USB #include "adb.h" +#include "transport.h" #define DBG D