From 0094e1af1690f3b733b4021c1dffbd301965dee7 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 9 Jun 2014 17:03:55 -0400 Subject: [PATCH] compilation fixes for Windows --- sdl_tmplt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdl_tmplt.c b/sdl_tmplt.c index 904814d..3359c6f 100644 --- a/sdl_tmplt.c +++ b/sdl_tmplt.c @@ -1,6 +1,7 @@ -#include +#include #include #include +#include #define WIDTH 500 #define HEIGHT 500