summaryrefslogtreecommitdiffstats
path: root/host/windows/usb/api
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-24 16:40:45 -0800
committerDan Albert <danalbert@google.com>2015-02-24 16:40:45 -0800
commit28f76a9b1bfba4c17451e08aa71a153403546973 (patch)
tree8046c2ef82357ec89ef334c56a45ce6a6a262ccb /host/windows/usb/api
parente7c31ba1429c16bce8b990a06f9667680a4fe052 (diff)
downloadandroid_development-28f76a9b1bfba4c17451e08aa71a153403546973.tar.gz
android_development-28f76a9b1bfba4c17451e08aa71a153403546973.tar.bz2
android_development-28f76a9b1bfba4c17451e08aa71a153403546973.zip
Make adb_api.h safe to include first.
Change-Id: I0fd2e3c52c69f67d7cd2b24ffcfa764613817b6f
Diffstat (limited to 'host/windows/usb/api')
-rw-r--r--host/windows/usb/api/adb_api.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/windows/usb/api/adb_api.h b/host/windows/usb/api/adb_api.h
index 20f0cd634..29c4ee360 100644
--- a/host/windows/usb/api/adb_api.h
+++ b/host/windows/usb/api/adb_api.h
@@ -17,6 +17,9 @@
#ifndef ANDROID_USB_API_ADBWINAPI_H__
#define ANDROID_USB_API_ADBWINAPI_H__
+#include <windows.h>
+#include <usb100.h>
+
/** \file
This file consists of declarations of routines exported by the API as well
as types, structures, and constants definitions used in the API.