From 2a825b866a4832d093e636cfe3c45af62ce1ea61 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sun, 29 Dec 2024 21:46:34 -0500 Subject: [PATCH] SIMULATOR help text fix yellow Change-Id: If425ead1c53f8021f6047abc6c440c1343c68e79 --- firmware/target/hosted/sdl/button-sdl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c index 5a4bb34b53..734d6e4ec8 100644 --- a/firmware/target/hosted/sdl/button-sdl.c +++ b/firmware/target/hosted/sdl/button-sdl.c @@ -70,6 +70,7 @@ int remote_type(void) static int btn = 0; /* Hopefully keeps track of currently pressed keys... */ #ifdef SIMULATOR +#include "strlcat.h" static bool cursor_isfocus = false; SDL_Cursor *sdl_focus_cursor = NULL; SDL_Cursor *sdl_arrow_cursor = NULL;