All USB class drivers are now automatically included when LUFA/Drivers/USB.h is inclu...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / ARP.h
index d977615..b8e312c 100644 (file)
@@ -40,6 +40,8 @@
                #include <avr/io.h>
                #include <string.h>
 
+               #include <LUFA/Drivers/USB/USB.h>
+
                #include "EthernetProtocols.h"
                #include "Ethernet.h"
                #include "ProtocolDecoders.h"