summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-25 00:16:36 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-25 16:51:38 (GMT)
commitdab4beb277f5fd82dd0f66324bb9a2c7458afe1c (patch)
tree384a45c81fd5b802adfb4e12b7a0a9a1d393feab /test/unit
parent89e2d3c12b573310e60b97beaf178007a71d83a3 (diff)
downloadjemalloc-dab4beb277f5fd82dd0f66324bb9a2c7458afe1c.zip
jemalloc-dab4beb277f5fd82dd0f66324bb9a2c7458afe1c.tar.gz
jemalloc-dab4beb277f5fd82dd0f66324bb9a2c7458afe1c.tar.bz2
Header refactoring: hash - unify and remove from catchall.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/hash.c b/test/unit/hash.c
index 4850751..7cc034f 100644
--- a/test/unit/hash.c
+++ b/test/unit/hash.c
@@ -28,6 +28,7 @@
*/
#include "test/jemalloc_test.h"
+#include "jemalloc/internal/hash.h"
typedef enum {
hash_variant_x86_32,