aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/openglsdl/openglsdl-graphics.h
diff options
context:
space:
mode:
authorMax Horn2010-11-29 16:16:50 +0000
committerMax Horn2010-11-29 16:16:50 +0000
commit4e0e406181a36e5f5ff59e6b917f81f317e1de1a (patch)
tree1748bdcb0113619f05cc6f603f943753870eacf2 /backends/graphics/openglsdl/openglsdl-graphics.h
parent69c2fc5cebac767283f0f587d92f8842ab9f287b (diff)
downloadscummvm-rg350-4e0e406181a36e5f5ff59e6b917f81f317e1de1a.tar.gz
scummvm-rg350-4e0e406181a36e5f5ff59e6b917f81f317e1de1a.tar.bz2
scummvm-rg350-4e0e406181a36e5f5ff59e6b917f81f317e1de1a.zip
SDL: Move #include <SDL.h> into a special wrapper file
svn-id: r54572
Diffstat (limited to 'backends/graphics/openglsdl/openglsdl-graphics.h')
-rw-r--r--backends/graphics/openglsdl/openglsdl-graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/openglsdl/openglsdl-graphics.h b/backends/graphics/openglsdl/openglsdl-graphics.h
index 0854872315..548988e43a 100644
--- a/backends/graphics/openglsdl/openglsdl-graphics.h
+++ b/backends/graphics/openglsdl/openglsdl-graphics.h
@@ -26,7 +26,7 @@
#ifndef BACKENDS_GRAPHICS_OPENGLSDL_H
#define BACKENDS_GRAPHICS_OPENGLSDL_H
-#include <SDL.h>
+#include "backends/platform/sdl/sdl-sys.h"
#if defined(ARRAYSIZE) && !defined(_WINDOWS_)
#undef ARRAYSIZE
#endif