summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-19 20:39:33 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-24 17:33:21 (GMT)
commitbf2dc7e67840807fb90451ab34e7150401f7f7c4 (patch)
tree9c77417e674621c8136c31b93e09082b3a6ae960 /src
parentfa3ad730c492c50f19fc68050ea5d5175b1df3cb (diff)
downloadjemalloc-bf2dc7e67840807fb90451ab34e7150401f7f7c4.zip
jemalloc-bf2dc7e67840807fb90451ab34e7150401f7f7c4.tar.gz
jemalloc-bf2dc7e67840807fb90451ab34e7150401f7f7c4.tar.bz2
Header refactoring: ticker module - remove from the catchall and unify.
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 5119499..108258b 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -7,6 +7,7 @@
#include "jemalloc/internal/jemalloc_internal_types.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/spin.h"
+#include "jemalloc/internal/ticker.h"
#include "jemalloc/internal/util.h"
/******************************************************************************/