aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics
diff options
context:
space:
mode:
authorMax Horn2011-05-31 00:25:40 +0200
committerMax Horn2011-05-31 00:25:40 +0200
commit127a6f920a649e4f981ba6d3333dac516dfbb258 (patch)
treeae83d94c99ab2ba037b56d20272ecb6f82e6edbe /backends/graphics
parentf7e94e90b67dd21058ede1ae69283592a88bed7d (diff)
downloadscummvm-rg350-127a6f920a649e4f981ba6d3333dac516dfbb258.tar.gz
scummvm-rg350-127a6f920a649e4f981ba6d3333dac516dfbb258.tar.bz2
scummvm-rg350-127a6f920a649e4f981ba6d3333dac516dfbb258.zip
BUILD: Add SDL_BACKEND=1 to config.mk for all SDL based backends
Diffstat (limited to 'backends/graphics')
-rw-r--r--backends/graphics/opengl/gltexture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/graphics/opengl/gltexture.h b/backends/graphics/opengl/gltexture.h
index 63d5e3a733..f0cd7aed56 100644
--- a/backends/graphics/opengl/gltexture.h
+++ b/backends/graphics/opengl/gltexture.h
@@ -20,6 +20,8 @@
*
*/
+#include "common/scummsys.h"
+
#ifdef WIN32
#if defined(ARRAYSIZE) && !defined(_WINDOWS_)
#undef ARRAYSIZE