summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/button-sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/sdl/button-sdl.c')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index d3b30b41ef..4bd4b8de64 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -23,7 +23,9 @@
23#include <stdlib.h> /* EXIT_SUCCESS */ 23#include <stdlib.h> /* EXIT_SUCCESS */
24#include "sim-ui-defines.h" 24#include "sim-ui-defines.h"
25#include "lcd-charcells.h" 25#include "lcd-charcells.h"
26#ifdef HAVE_REMOTE_LCD
26#include "lcd-remote.h" 27#include "lcd-remote.h"
28#endif
27#include "config.h" 29#include "config.h"
28#include "button.h" 30#include "button.h"
29#include "kernel.h" 31#include "kernel.h"