Add missing include to the Bentio project.
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 12 Jun 2013 18:20:07 +0000 (20:20 +0200)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 12 Jun 2013 18:20:07 +0000 (20:20 +0200)
Projects/Benito/Benito.h

index beac29f..0dd9ba5 100644 (file)
@@ -39,6 +39,7 @@
        /* Includes: */
                #include <avr/io.h>
                #include <avr/wdt.h>
+               #include <avr/power.h>
                #include <avr/interrupt.h>
 
                #include "Descriptors.h"