diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-11 20:31:16 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-19 01:35:03 (GMT) |
commit | f692e6c214ec3fb5cb64e4131470793c6494afbd (patch) | |
tree | 2d574e35c6e7c3c87409566b04d812e979ff4b48 /src/ckh.c | |
parent | 54373be0840881cb1123a190013dd11c34ab62f1 (diff) | |
download | jemalloc-f692e6c214ec3fb5cb64e4131470793c6494afbd.zip jemalloc-f692e6c214ec3fb5cb64e4131470793c6494afbd.tar.gz jemalloc-f692e6c214ec3fb5cb64e4131470793c6494afbd.tar.bz2 |
Header refactoring: move util.h out of the catchall
Diffstat (limited to 'src/ckh.c')
-rw-r--r-- | src/ckh.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ #include "jemalloc/internal/jemalloc_internal_includes.h" #include "jemalloc/internal/malloc_io.h" +#include "jemalloc/internal/util.h" /******************************************************************************/ /* Function prototypes for non-inline static functions. */ |