summaryrefslogtreecommitdiffstats
path: root/src/mutex.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/mutex.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/mutex.c')
-rw-r--r--src/mutex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mutex.c b/src/mutex.c
index 92c23da..3bb5ce1 100644
--- a/src/mutex.c
+++ b/src/mutex.c
@@ -2,6 +2,7 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
+#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/malloc_io.h"
#if defined(JEMALLOC_LAZY_LOCK) && !defined(_WIN32)