aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-11 12:57:18 -0700
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-18 18:35:03 -0700
commit0b00ffe55f01958a048ded483eababd051247b8d (patch)
tree095a12650611756558c6d14674efde04f437bf96 /test
parent22366518b7309cc7dbe7908818e01a88632bd665 (diff)
downloadplatform_external_jemalloc_new-0b00ffe55f01958a048ded483eababd051247b8d.tar.gz
platform_external_jemalloc_new-0b00ffe55f01958a048ded483eababd051247b8d.tar.bz2
platform_external_jemalloc_new-0b00ffe55f01958a048ded483eababd051247b8d.zip
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 fe5c4473..42a97013 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; \