Some fixes on the HMalloc patch.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@374 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-07 20:16:20 +00:00
parent 76dde1f05c
commit 3a70f3c5fe
@@ -13,6 +13,7 @@
#include <stdlib.h>
#include <string.h>
#include "misc.h"
#include "rotozoom.h"
#define MAX(a,b) (((a) > (b)) ? (a) : (b))