summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-25 10:26:17 -0800
committerDan Albert <danalbert@google.com>2015-02-25 10:26:17 -0800
commitdc0f8ecb24f3a392fa51c85eee5f7fbe14da3a1e (patch)
treee91e1cc04dc02bef65a0169a22deff1617667918 /adb
parent72bf2a710089b5fff42059d5946fe7bdd6b12480 (diff)
downloadsystem_core-dc0f8ecb24f3a392fa51c85eee5f7fbe14da3a1e.zip
system_core-dc0f8ecb24f3a392fa51c85eee5f7fbe14da3a1e.tar.gz
system_core-dc0f8ecb24f3a392fa51c85eee5f7fbe14da3a1e.tar.bz2
Fix the mac build.
Change-Id: Ieb6f2650ce5f39f1d8c938d0ca8cbec459d8e2fd
Diffstat (limited to 'adb')
-rw-r--r--adb/usb_osx.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/adb/usb_osx.c b/adb/usb_osx.c
index ba157f1..aa7e1ea 100644
--- a/adb/usb_osx.c
+++ b/adb/usb_osx.c
@@ -22,12 +22,13 @@
#include <IOKit/IOMessage.h>
#include <mach/mach_port.h>
-#include "sysdeps.h"
-
#include <stdio.h>
+#include "sysdeps.h"
+
#define TRACE_TAG TRACE_USB
#include "adb.h"
+#include "transport.h"
#define DBG D