diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-29 19:21:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-29 19:21:16 +0300 |
commit | 297372b77499fda3b4e9397ed6f60e9aa1c0fda9 (patch) | |
tree | d47683217761e303a918dade9aa25fe7c124282c /src/gui | |
parent | ddfc2ca2bc03b5ea79b1c0119918159c3f6a6743 (diff) | |
download | plus-297372b77499fda3b4e9397ed6f60e9aa1c0fda9.tar.gz plus-297372b77499fda3b4e9397ed6f60e9aa1c0fda9.tar.bz2 plus-297372b77499fda3b4e9397ed6f60e9aa1c0fda9.tar.xz plus-297372b77499fda3b4e9397ed6f60e9aa1c0fda9.zip |
Fix compilation with SDL 2.
Diffstat (limited to 'src/gui')
-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" |