summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-11 00:06:53 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-11 18:52:30 (GMT)
commit610cb83419d4dd741002b5af19b47f16110bf673 (patch)
treecc2343895be233aee8598966bd4b2ba7e7b47cb5 /test
parent63a5cd4cc2a4812adc7f3a8bd3ea0633115b151e (diff)
downloadjemalloc-610cb83419d4dd741002b5af19b47f16110bf673.zip
jemalloc-610cb83419d4dd741002b5af19b47f16110bf673.tar.gz
jemalloc-610cb83419d4dd741002b5af19b47f16110bf673.tar.bz2
Header refactoring: break out qr.h dependencies
Diffstat (limited to 'test')
-rw-r--r--test/unit/qr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/qr.c b/test/unit/qr.c
index 80c5c27..271a109 100644
--- a/test/unit/qr.c
+++ b/test/unit/qr.c
@@ -1,5 +1,7 @@
#include "test/jemalloc_test.h"
+#include "jemalloc/internal/qr.h"
+
/* Number of ring entries, in [2..26]. */
#define NENTRIES 9
/* Split index, in [1..NENTRIES). */