diff options
-rw-r--r-- | src/gui/sdlinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index f64f35134..4d30fd088 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -85,7 +85,7 @@ #include <SDL_events.h> #ifdef USE_SDL2 -#include <SDL_keyboard.h> +#include "sdlshared.h" #endif // USE_SDL2 #include "input/mouseinput.h" |