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/client.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/client.h')
-rw-r--r-- | src/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h index 8110349c5..e3536b841 100644 --- a/src/client.h +++ b/src/client.h @@ -29,8 +29,8 @@ #include <guichan/actionlistener.hpp> -#include <SDL.h> -#include <SDL_framerate.h> +#include <SDL/SDL.h> +#include <SDL/SDL_framerate.h> #include <string> |