summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-17 22:52:44 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-19 01:35:03 (GMT)
commit7ebc83894f025332d44cae361bd89c53c04acfc7 (patch)
treea9056f2c08689b9bccd688677888cb76946a13ac /src
parentd9ec36e22dfe61f3fb972dee33a5cae529e46b07 (diff)
downloadjemalloc-7ebc83894f025332d44cae361bd89c53c04acfc7.zip
jemalloc-7ebc83894f025332d44cae361bd89c53c04acfc7.tar.gz
jemalloc-7ebc83894f025332d44cae361bd89c53c04acfc7.tar.bz2
Header refactoring: move jemalloc_internal_types.h out of the catch-all
Diffstat (limited to 'src')
-rw-r--r--src/jemalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index d6b2158..3dad726 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -4,6 +4,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/atomic.h"
+#include "jemalloc/internal/jemalloc_internal_types.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/util.h"