summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-11 19:57:18 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-19 01:35:03 (GMT)
commit0b00ffe55f01958a048ded483eababd051247b8d (patch)
tree095a12650611756558c6d14674efde04f437bf96 /test
parent22366518b7309cc7dbe7908818e01a88632bd665 (diff)
downloadjemalloc-0b00ffe55f01958a048ded483eababd051247b8d.zip
jemalloc-0b00ffe55f01958a048ded483eababd051247b8d.tar.gz
jemalloc-0b00ffe55f01958a048ded483eababd051247b8d.tar.bz2
Header refactoring: move bit_util.h out of the catchall
Diffstat (limited to 'test')
-rw-r--r--test/unit/bit_util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/bit_util.c b/test/unit/bit_util.c
index fe5c447..42a9701 100644
--- a/test/unit/bit_util.c
+++ b/test/unit/bit_util.c
@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
+#include "jemalloc/internal/bit_util.h"
+
#define TEST_POW2_CEIL(t, suf, pri) do { \
unsigned i, pow2; \
t x; \