diff options
Diffstat (limited to 'Demos/Device/Incomplete/Sideshow/Lib')
-rw-r--r-- | Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h index ec5afacd8..b34567f68 100644 --- a/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h +++ b/Demos/Device/Incomplete/Sideshow/Lib/SideshowContent.h @@ -35,6 +35,7 @@ #include <avr/io.h>
#include <stdbool.h>
#include <string.h>
+ #include <stdio.h>
#include "SideshowCommon.h"
#include "SideshowApplications.h"
|