diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-11 21:43:12 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-19 01:35:03 (GMT) |
commit | d9ec36e22dfe61f3fb972dee33a5cae529e46b07 (patch) | |
tree | 376a3b84d9641c8c0237e0b6f3388593bacb46ce /src/tsd.c | |
parent | f692e6c214ec3fb5cb64e4131470793c6494afbd (diff) | |
download | jemalloc-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ #include "jemalloc/internal/jemalloc_preamble.h" #include "jemalloc/internal/jemalloc_internal_includes.h" +#include "jemalloc/internal/assert.h" + /******************************************************************************/ /* Data. */ |