diff options
author | Max Horn | 2011-05-31 00:25:40 +0200 |
---|---|---|
committer | Max Horn | 2011-05-31 00:25:40 +0200 |
commit | 127a6f920a649e4f981ba6d3333dac516dfbb258 (patch) | |
tree | ae83d94c99ab2ba037b56d20272ecb6f82e6edbe /backends/graphics/opengl | |
parent | f7e94e90b67dd21058ede1ae69283592a88bed7d (diff) | |
download | scummvm-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/opengl')
-rw-r--r-- | backends/graphics/opengl/gltexture.h | 2 |
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 |