diff options
author | William Wilgus <wilgus.william@gmail.com> | 2024-12-29 21:46:34 -0500 |
---|---|---|
committer | William Wilgus <wilgus.william@gmail.com> | 2024-12-29 21:46:34 -0500 |
commit | 2a825b866a4832d093e636cfe3c45af62ce1ea61 (patch) | |
tree | f7583df6c4d92d5d6e3151fb8ee28d3f7ef46fb0 | |
parent | fcbfa494f52b7f1fe15e8112223ff239199bf9ea (diff) | |
download | rockbox-2a825b866a.tar.gz rockbox-2a825b866a.zip |
SIMULATOR help text fix yellow
Change-Id: If425ead1c53f8021f6047abc6c440c1343c68e79
-rw-r--r-- | firmware/target/hosted/sdl/button-sdl.c | 1 |
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 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; |