diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-17 22:52:44 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-19 01:35:03 (GMT) |
commit | 7ebc83894f025332d44cae361bd89c53c04acfc7 (patch) | |
tree | a9056f2c08689b9bccd688677888cb76946a13ac /src | |
parent | d9ec36e22dfe61f3fb972dee33a5cae529e46b07 (diff) | |
download | jemalloc-7ebc83894f025332d44cae361bd89c53c04acfc7.zip jemalloc-7ebc83894f025332d44cae361bd89c53c04acfc7.tar.gz jemalloc-7ebc83894f025332d44cae361bd89c53c04acfc7.tar.bz2 |
Header refactoring: move jemalloc_internal_types.h out of the catch-all
Diffstat (limited to 'src')
-rw-r--r-- | src/jemalloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c index d6b2158..3dad726 100644 --- a/src/jemalloc.c +++ b/src/jemalloc.c @@ -4,6 +4,7 @@ #include "jemalloc/internal/assert.h" #include "jemalloc/internal/atomic.h" +#include "jemalloc/internal/jemalloc_internal_types.h" #include "jemalloc/internal/malloc_io.h" #include "jemalloc/internal/util.h" |