diff options
Diffstat (limited to 'backends/platform/linuxmoto/linuxmoto-events.cpp')
-rw-r--r-- | backends/platform/linuxmoto/linuxmoto-events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/linuxmoto-events.cpp b/backends/platform/linuxmoto/linuxmoto-events.cpp index 007f7c732b..4bb3568ebd 100644 --- a/backends/platform/linuxmoto/linuxmoto-events.cpp +++ b/backends/platform/linuxmoto/linuxmoto-events.cpp @@ -24,7 +24,7 @@ */ #include "backends/platform/linuxmoto/linuxmoto-sdl.h" -#include "backends/platform/sdl/sdl.h" +#include "graphics/scaler/aspect.h" // for aspect2Real static int mapKey(SDLKey key, SDLMod mod, Uint16 unicode) { if (key >= SDLK_F1 && key <= SDLK_F9) { |