changeset 14259:86d759dcb37d draft

(svn r18810) -Fix (r18809): broken win32 compilation with SDL
author glx <glx@openttd.org>
date Fri, 15 Jan 2010 17:59:09 +0000
parents a899d4e5ee1a
children 6a3f213b2573
files src/sdl.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sdl.h
+++ b/src/sdl.h
@@ -20,6 +20,7 @@
 #endif
 
 #ifdef DYNAMICALLY_LOADED_SDL
+	#include <SDL.h>
 
 	struct SDLProcs {
 		int (SDLCALL *SDL_Init)(Uint32);