summaryrefslogtreecommitdiff
path: root/src/sdl.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2010-01-15 17:59:09 +0000
committerglx <glx@openttd.org>2010-01-15 17:59:09 +0000
commitaff659b0b7c1908aa8fde99093d5e418fb03a888 (patch)
tree321cfea7d62a1e5d2c0c739d919b03e7eba5c6ec /src/sdl.h
parent82fc28f77f4ba1d613c1930781f77b45e4af5121 (diff)
downloadopenttd-aff659b0b7c1908aa8fde99093d5e418fb03a888.tar.xz
(svn r18810) -Fix (r18809): broken win32 compilation with SDL
Diffstat (limited to 'src/sdl.h')
-rw-r--r--src/sdl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl.h b/src/sdl.h
index ba5a30a77..2f4131e1a 100644
--- a/src/sdl.h
+++ b/src/sdl.h
@@ -20,6 +20,7 @@ void SdlClose(uint32 x);
#endif
#ifdef DYNAMICALLY_LOADED_SDL
+ #include <SDL.h>
struct SDLProcs {
int (SDLCALL *SDL_Init)(Uint32);