Fix accidental struct copies on the stack in the old RNDISEthernet demo TCP code.
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / ProtocolDecoders.h
index 2807b60..bb64092 100644 (file)
@@ -45,6 +45,7 @@
 
                #include "EthernetProtocols.h"
                #include "Ethernet.h"
+               #include "Config/AppConfig.h"
 
        /* Function Prototypes: */
                void DecodeEthernetFrameHeader(void* InDataStart);