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/resources/openglimagehelper.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/resources/openglimagehelper.h')
-rw-r--r-- | src/resources/openglimagehelper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/openglimagehelper.h b/src/resources/openglimagehelper.h index e19c5e735..85a094fd3 100644 --- a/src/resources/openglimagehelper.h +++ b/src/resources/openglimagehelper.h @@ -37,14 +37,14 @@ #include "resources/imagehelper.h" -#include <SDL.h> +#include <SDL/SDL.h> #ifdef ANDROID #include <GLES/gl.h> #define GL_RGBA8 GL_RGBA8_OES #else #define GL_GLEXT_PROTOTYPES 1 -#include <SDL_opengl.h> +#include <SDL/SDL_opengl.h> #endif class Dye; |