From b1d75686512a55c73b117fae766945f31f26d913 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 6 Feb 2011 12:18:41 +0000 Subject: Fix incorrect #include filenames in the RNDIS demos. --- Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/LowLevel') diff --git a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h index 668aeded1..163492c8a 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/LowLevel/RNDISEthernet/RNDISEthernet.h @@ -54,7 +54,7 @@ #include #include #include - #include + #include /* Macros: */ /** Notification value to indicate that a frame is ready to be read by the host. */ -- cgit v1.2.3