summaryrefslogtreecommitdiffstats
path: root/src/ctl.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-05-23 21:42:32 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-05-31 20:08:45 (GMT)
commit98774e64a4696c7bce6d2317aa59fe5b39bba69f (patch)
tree66aaaf73b85c8294526e2904720063a798650ff2 /src/ctl.c
parent93284bb53d9c44a5c36297450a82aed5b8051526 (diff)
downloadjemalloc-98774e64a4696c7bce6d2317aa59fe5b39bba69f.zip
jemalloc-98774e64a4696c7bce6d2317aa59fe5b39bba69f.tar.gz
jemalloc-98774e64a4696c7bce6d2317aa59fe5b39bba69f.tar.bz2
Header refactoring: unify and de-catchall extent_mmap module.
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 e81ca41..33275d7 100644
--- a/src/ctl.c
+++ b/src/ctl.c
@@ -5,6 +5,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/ctl.h"
#include "jemalloc/internal/extent_dss.h"
+#include "jemalloc/internal/extent_mmap.h"
#include "jemalloc/internal/mutex.h"
#include "jemalloc/internal/nstime.h"
#include "jemalloc/internal/size_classes.h"