From fb515d9544495e9ab570441520f41db568a0d069 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 7 Nov 2005 22:31:51 +0000 Subject: [PATCH] SDL_cpuinfo include fix (letter case error) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1965 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/scalers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/sdl/scalers.c b/sc2/src/sc2code/libs/graphics/sdl/scalers.c index 2daf97f57..77f148b2d 100755 --- a/sc2/src/sc2code/libs/graphics/sdl/scalers.c +++ b/sc2/src/sc2code/libs/graphics/sdl/scalers.c @@ -18,7 +18,7 @@ #include "types.h" #include "libs/graphics/sdl/sdl_common.h" -#include SDL_INCLUDE(sdl_cpuinfo.h) +#include SDL_INCLUDE(SDL_cpuinfo.h) #include "libs/platform.h" #include "scalers.h" #include "scaleint.h"