Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory would becom...
[pub/lufa.git] / Demos / Device / ClassDriver / RNDISEthernet / Lib / UDP.h
index 60bbe21..737a6fd 100644 (file)
@@ -42,6 +42,7 @@
                #include "EthernetProtocols.h"\r
                #include "Ethernet.h"\r
                #include "ProtocolDecoders.h"\r
+               #include "DHCP.h"\r
        \r
        /* Macros: */\r
                /** Source UDP port for a DHCP request */\r
@@ -49,7 +50,7 @@
 \r
                /** Destination UDP port for a DHCP reply */\r
                #define UDP_PORT_DHCP_REPLY   68\r
-                       \r
+\r
        /* Type Defines: */\r
                /** Type define for a UDP packet header */\r
                typedef struct\r