diff options
Diffstat (limited to 'src/dlmalloc.c')
-rw-r--r-- | src/dlmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dlmalloc.c b/src/dlmalloc.c index 672ca48d..aa37dc0d 100644 --- a/src/dlmalloc.c +++ b/src/dlmalloc.c @@ -2,7 +2,7 @@ #define __THROW #define __attribute_malloc__ #define __wur -#include "emscripten.h" + /* This is a version (aka dlmalloc) of malloc/free/realloc written by |