From e8b3cbc8acff59aa0f794d1b3aa6b5a8c53f9a60 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 20 Feb 2006 10:19:47 +0000 Subject: [PATCH] Tests require SDL 1.2.10 --- test/configure.in | 2 +- test/testtypes.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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