summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index 51ba8cff92..cfe08de1d2 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -20,6 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <math.h> 22#include <math.h>
23#include <stdlib.h> /* EXIT_SUCCESS */
23#include "sim-ui-defines.h" 24#include "sim-ui-defines.h"
24#include "lcd-charcells.h" 25#include "lcd-charcells.h"
25#include "lcd-remote.h" 26#include "lcd-remote.h"