From 28f76a9b1bfba4c17451e08aa71a153403546973 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Tue, 24 Feb 2015 16:40:45 -0800 Subject: [PATCH] Make adb_api.h safe to include first. Change-Id: I0fd2e3c52c69f67d7cd2b24ffcfa764613817b6f --- host/windows/usb/api/adb_api.h | 3 +++ 1 file changed, 3 insertions(+) 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 +#include + /** \file This file consists of declarations of routines exported by the API as well as types, structures, and constants definitions used in the API.