diff options
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/target/hosted/sdl/button-sdl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c index 9c8188a..4fab9e8 100644 --- a/firmware/target/hosted/sdl/button-sdl.c +++ b/firmware/target/hosted/sdl/button-sdl.c @@ -28,7 +28,7 @@ #include "button.h" #include "kernel.h" #include "backlight.h" -#include "misc.h" +#include "system.h" #include "button-sdl.h" #include "backlight.h" #include "sim_tasks.h" |