commit | 573275954ab7c736f22ad87cc436c3c37c281e87 | [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 | 9dc79c50850fef02ba5b8d145623f8a738ecc31f [diff] | |
parent | 7d3ae5839738f47c97a1c28dc7a53b5c442d28af [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