diff --git a/test/configure.in b/test/configure.in index d8024dab9..b1ab7c080 100644 --- a/test/configure.in +++ b/test/configure.in @@ -60,7 +60,7 @@ AC_SUBST(EXE) AC_SUBST(MATHLIB) dnl Check for SDL -SDL_VERSION=1.2.7 +SDL_VERSION=1.2.10 AM_PATH_SDL($SDL_VERSION, :, AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]) diff --git a/test/testtypes.c b/test/testtypes.c index 485360791..a2eda6443 100644 --- a/test/testtypes.c +++ b/test/testtypes.c @@ -1,9 +1,7 @@ #include -#include -#include #include "SDL_main.h" -#include "SDL_types.h" +#include "SDL_stdinc.h" /* * Watcom C flags these as Warning 201: "Unreachable code" if you just