Source
--- BlockOut/GLApp/GLSprite.cpp.orig 2013-09-27 13:33:22.000000000 +1000
+++ BlockOut/GLApp/GLSprite.cpp 2013-09-27 13:33:42.000000000 +1000
// -----------------------------------------------
#include "GLSprite.h"
#include <CImage.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>