diff options
Diffstat (limited to 'src/malloc_io.c')
-rw-r--r-- | src/malloc_io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/malloc_io.c b/src/malloc_io.c index fd6ff0f..98ef7a6 100644 --- a/src/malloc_io.c +++ b/src/malloc_io.c @@ -1,5 +1,6 @@ #define JEMALLOC_MALLOC_IO_C_ -#include "jemalloc/internal/jemalloc_internal.h" +#include "jemalloc/internal/jemalloc_preamble.h" +#include "jemalloc/internal/jemalloc_internal_includes.h" #ifdef assert # undef assert |