diff --git a/test/testfile.c b/test/testfile.c index 3e902ee0d..ecebb7d49 100644 --- a/test/testfile.c +++ b/test/testfile.c @@ -2,7 +2,10 @@ /* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */ #include + +#ifndef _MSC_VER #include +#endif #include "SDL.h" #include "SDL_endian.h"