summaryrefslogtreecommitdiff
path: root/src/video/windows/SDL_windowsshape.c
diff options
context:
space:
mode:
authorRyan C. Gordon <icculus@icculus.org>2013-11-24 23:56:17 -0500
committerRyan C. Gordon <icculus@icculus.org>2013-11-24 23:56:17 -0500
commit9672d1d775638503266bf3dee397c17ddebd29d9 (patch)
tree08f76af9beab783a8bc673622e378530ace798f9 /src/video/windows/SDL_windowsshape.c
parent1c63cc062ce23c70301b649b31470a41de7c7d32 (diff)
downloadsdl-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/windows/SDL_windowsshape.c')
-rw-r--r--src/video/windows/SDL_windowsshape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/windows/SDL_windowsshape.c b/src/video/windows/SDL_windowsshape.c
index fdbcdfc76..07b50560f 100644
--- a/src/video/windows/SDL_windowsshape.c
+++ b/src/video/windows/SDL_windowsshape.c
@@ -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"
#if SDL_VIDEO_DRIVER_WINDOWS