diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2013-11-24 23:56:17 -0500 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2013-11-24 23:56:17 -0500 |
commit | 9672d1d775638503266bf3dee397c17ddebd29d9 (patch) | |
tree | 08f76af9beab783a8bc673622e378530ace798f9 /src/video/raspberry/SDL_rpiopengles.h | |
parent | 1c63cc062ce23c70301b649b31470a41de7c7d32 (diff) | |
download | sdl-9672d1d775638503266bf3dee397c17ddebd29d9.tar.gz |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
The new header will include SDL_config.h, but allows for other global stuff.
Diffstat (limited to 'src/video/raspberry/SDL_rpiopengles.h')
-rw-r--r-- | src/video/raspberry/SDL_rpiopengles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/raspberry/SDL_rpiopengles.h b/src/video/raspberry/SDL_rpiopengles.h index f98c8709d..e1afa701e 100644 --- a/src/video/raspberry/SDL_rpiopengles.h +++ b/src/video/raspberry/SDL_rpiopengles.h @@ -18,7 +18,7 @@ misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ -#include "SDL_config.h" +#include "../../SDL_internal.h" #ifndef _SDL_rpiopengles_h #define _SDL_rpiopengles_h |