summaryrefslogtreecommitdiffstats
path: root/src/tsd.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-11 21:43:12 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-19 01:35:03 (GMT)
commitd9ec36e22dfe61f3fb972dee33a5cae529e46b07 (patch)
tree376a3b84d9641c8c0237e0b6f3388593bacb46ce /src/tsd.c
parentf692e6c214ec3fb5cb64e4131470793c6494afbd (diff)
downloadjemalloc-d9ec36e22dfe61f3fb972dee33a5cae529e46b07.zip
jemalloc-d9ec36e22dfe61f3fb972dee33a5cae529e46b07.tar.gz
jemalloc-d9ec36e22dfe61f3fb972dee33a5cae529e46b07.tar.bz2
Header refactoring: move assert.h out of the catch-all
Diffstat (limited to 'src/tsd.c')
-rw-r--r--src/tsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tsd.c b/src/tsd.c
index cb7dd3f..686b4ef 100644
--- a/src/tsd.c
+++ b/src/tsd.c
@@ -2,6 +2,8 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
+#include "jemalloc/internal/assert.h"
+
/******************************************************************************/
/* Data. */