From b0ebfabf333563c123ed8d038031a60fa19b5092 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 24 Dec 2014 02:06:38 -0500 Subject: [PATCH] Patched to compile on Windows. --- test/testautomation_surface.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/testautomation_surface.c b/test/testautomation_surface.c index 43fc24ec6783a..d04db19da6285 100644 --- a/test/testautomation_surface.c +++ b/test/testautomation_surface.c @@ -8,7 +8,9 @@ #define _CRT_NONSTDC_NO_DEPRECATE #include +#ifndef __WIN32__ #include +#endif #include #include "SDL.h"