Fix b2g build, no bug

This commit is contained in:
David Zbarsky 2013-05-16 18:07:12 -07:00
parent a8f80df70f
commit b7a4767301

View File

@ -13,6 +13,6 @@ EXPORTS += [
if CONFIG['MOZ_REPLACE_MALLOC']:
EXPORTS += [
'replace_malloc.h',
'malloc_decls.h',
'replace_malloc.h',
]