From 3a70f3c5fe094fc7f8487515420f456c3ba2f8f7 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 7 Dec 2002 20:16:20 +0000 Subject: [PATCH] Some fixes on the HMalloc patch. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@374 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/sdl/rotozoom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/sc2code/libs/graphics/sdl/rotozoom.c b/sc2/src/sc2code/libs/graphics/sdl/rotozoom.c index d1d5353b1..c3cb963bf 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/rotozoom.c +++ b/sc2/src/sc2code/libs/graphics/sdl/rotozoom.c @@ -13,6 +13,7 @@ #include #include +#include "misc.h" #include "rotozoom.h" #define MAX(a,b) (((a) > (b)) ? (a) : (b))