diff options
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h')
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h index d97761539..b8e312c93 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/ARP.h @@ -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" |