From f6cacd0e51d345e1ee8b82e420c59dfaaf95300a Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 8 Jul 2010 11:40:57 +0200 Subject: mingw32 build: fix build errors Signed-off-by: Gerd Hoffmann --- common/gdi_canvas.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gdi_canvas.c') diff --git a/common/gdi_canvas.c b/common/gdi_canvas.c index eda1529c..705a0402 100644 --- a/common/gdi_canvas.c +++ b/common/gdi_canvas.c @@ -16,8 +16,8 @@ License along with this library; if not, see . */ -#include -#include +#include +#include #include "gdi_canvas.h" #define GDI_CANVAS #include "canvas_base.c" -- cgit