commit | d75d6c91d24c071534ed36db85a1e72b33dc5a10 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Feb 25 18:27:41 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 25 18:27:41 2015 +0000 |
tree | 4778175f37d5dd89805a90c6fd2cac5b94b3c191 | |
parent | 110166c1dbcbe26e510ac3fdaf2e1fcc7efbcc4e [diff] | |
parent | dc0f8ecb24f3a392fa51c85eee5f7fbe14da3a1e [diff] |
Merge "Fix the mac build."
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