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/ClassDriver/RNDISEthernet/RNDISEthernet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h') diff --git a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h index 8509a8d28..9ac71c7f6 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/RNDISEthernet.h @@ -52,7 +52,7 @@ #include #include - #include + #include #include /* Macros: */ -- cgit v1.2.3