aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/RNDISEthernet/RNDISEthernet.h
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/RNDISEthernet/RNDISEthernet.h')
-rw-r--r--Demos/RNDISEthernet/RNDISEthernet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Demos/RNDISEthernet/RNDISEthernet.h b/Demos/RNDISEthernet/RNDISEthernet.h
index 4a0f3c183..83e49ce84 100644
--- a/Demos/RNDISEthernet/RNDISEthernet.h
+++ b/Demos/RNDISEthernet/RNDISEthernet.h
@@ -39,9 +39,10 @@
/* Includes: */
#include <avr/io.h>
#include <avr/wdt.h>
+ #include <avr/pgmspace.h>
+ #include <avr/power.h>
#include <string.h>
#include <stdio.h>
- #include <avr/pgmspace.h>
#include "Descriptors.h"
#include "RNDIS.h"