diff options
Diffstat (limited to 'Demos/Host/LowLevel/StillImageHost/StillImageHost.h')
-rw-r--r-- | Demos/Host/LowLevel/StillImageHost/StillImageHost.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/StillImageHost/StillImageHost.h b/Demos/Host/LowLevel/StillImageHost/StillImageHost.h index ddbffeec4..92f007be9 100644 --- a/Demos/Host/LowLevel/StillImageHost/StillImageHost.h +++ b/Demos/Host/LowLevel/StillImageHost/StillImageHost.h @@ -40,6 +40,7 @@ #include <avr/io.h>
#include <avr/wdt.h>
#include <avr/power.h>
+ #include <avr/interrupt.h>
#include <stdio.h>
#include "ConfigDescriptor.h"
|