From 67a7a4ae274ebd873a78e791b96da35a210db0cc Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 6 Nov 2014 14:34:24 -0800 Subject: Fix adb/fastboot windows compilations. Many of the windows files where not including stdlib.h even though they are using malloc/free calls. (cherry-pick of ae7bf0959bd3f79afbf365e41f015ed1c304afdc.) Change-Id: If6959df9909d9d9928e9f4a2a96018166361cf3c --- adb/usb_windows.c | 1 + 1 file changed, 1 insertion(+) (limited to 'adb/usb_windows.c') diff --git a/adb/usb_windows.c b/adb/usb_windows.c index b7ad913..a2d7226 100644 --- a/adb/usb_windows.c +++ b/adb/usb_windows.c @@ -21,6 +21,7 @@ #include #include #include +#include #include "sysdeps.h" -- cgit v1.1