From aff659b0b7c1908aa8fde99093d5e418fb03a888 Mon Sep 17 00:00:00 2001 From: glx Date: Fri, 15 Jan 2010 17:59:09 +0000 Subject: [PATCH] (svn r18810) -Fix (r18809): broken win32 compilation with SDL --- src/sdl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sdl.h b/src/sdl.h index ba5a30a77f..2f4131e1a7 100644 --- a/src/sdl.h +++ b/src/sdl.h @@ -20,6 +20,7 @@ void SdlClose(uint32 x); #endif #ifdef DYNAMICALLY_LOADED_SDL + #include struct SDLProcs { int (SDLCALL *SDL_Init)(Uint32);