summaryrefslogtreecommitdiffstats
path: root/src/ctl.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-19 22:09:01 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-24 17:33:21 (GMT)
commit31b43219dbf397f273350a66a3a594fdfbaa1e00 (patch)
treebef891e052828bcf33bcd617ec9882806fb0e547 /src/ctl.c
parent68da2361d2cbb4cc34a784093bd2bee94bede543 (diff)
downloadjemalloc-31b43219dbf397f273350a66a3a594fdfbaa1e00.zip
jemalloc-31b43219dbf397f273350a66a3a594fdfbaa1e00.tar.gz
jemalloc-31b43219dbf397f273350a66a3a594fdfbaa1e00.tar.bz2
Header refactoring: size_classes module - remove from the catchall
Diffstat (limited to 'src/ctl.c')
-rw-r--r--src/ctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctl.c b/src/ctl.c
index 72372d5..c054ded 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -4,6 +4,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/nstime.h"
+#include "jemalloc/internal/size_classes.h"
#include "jemalloc/internal/util.h"
/******************************************************************************/