Bug 817459 - Include mozilla/mozalloc.h when needed to avoid link errors. r=tbsaunde

This commit is contained in:
Mats Palmgren 2012-12-03 20:53:27 +01:00
parent e52b068dfd
commit 12d75f8fb4

View File

@ -11,6 +11,7 @@
#include "zlib.h"
#ifdef WOFF_MOZILLA_CLIENT /* define this when building as part of Gecko */
# include "mozilla/mozalloc.h"
# define malloc moz_malloc
# define realloc moz_realloc
# define free moz_free