From 7d1cc23d16252085b47718382ce0bdfbb3c7221d Mon Sep 17 00:00:00 2001 From: Themaister Date: Thu, 11 Aug 2011 06:02:05 +0200 Subject: [PATCH] Fix build. --- gfx/gfx_common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/gfx_common.c b/gfx/gfx_common.c index d90c1e1ce8..3ea403653b 100644 --- a/gfx/gfx_common.c +++ b/gfx/gfx_common.c @@ -114,6 +114,7 @@ void gfx_set_dwm(void) #include "SDL_syswm.h" +#include "SDL.h" void gfx_get_window_size(unsigned *width, unsigned *height) {