diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-03 12:29:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-03 12:29:42 +0300 |
commit | 5614d6765535273d25cbe3de131a4dbd0e4926f4 (patch) | |
tree | 34dae236d34f0a374be59df6e93739d00624a92e /src/keyboardconfig.h | |
parent | 015f40eeab3c01e3173968059a95fd76cf23fd3b (diff) | |
download | plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.gz plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.bz2 plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.tar.xz plus-5614d6765535273d25cbe3de131a4dbd0e4926f4.zip |
fix SDL includes.
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 569ae95b5..b490f23e9 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -23,8 +23,8 @@ #ifndef KEYBOARDCONFIG_H #define KEYBOARDCONFIG_H -#include <SDL_types.h> -#include <SDL_keyboard.h> +#include <SDL/SDL_types.h> +#include <SDL/SDL_keyboard.h> #include "inputevent.h" |