diff options
Diffstat (limited to 'adb/usb_osx.c')
-rw-r--r-- | adb/usb_osx.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/adb/usb_osx.c b/adb/usb_osx.c index aa7e1ea..94c8cfe 100644 --- a/adb/usb_osx.c +++ b/adb/usb_osx.c @@ -14,6 +14,10 @@ * limitations under the License. */ +#define TRACE_TAG TRACE_USB + +#include "sysdeps.h" + #include <CoreFoundation/CoreFoundation.h> #include <IOKit/IOKitLib.h> @@ -24,9 +28,6 @@ #include <stdio.h> -#include "sysdeps.h" - -#define TRACE_TAG TRACE_USB #include "adb.h" #include "transport.h" |