summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-05-23 21:42:32 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-05-31 20:08:45 (GMT)
commit98774e64a4696c7bce6d2317aa59fe5b39bba69f (patch)
tree66aaaf73b85c8294526e2904720063a798650ff2 /test/unit
parent93284bb53d9c44a5c36297450a82aed5b8051526 (diff)
downloadjemalloc-98774e64a4696c7bce6d2317aa59fe5b39bba69f.zip
jemalloc-98774e64a4696c7bce6d2317aa59fe5b39bba69f.tar.gz
jemalloc-98774e64a4696c7bce6d2317aa59fe5b39bba69f.tar.bz2
Header refactoring: unify and de-catchall extent_mmap module.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/arena_reset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/arena_reset.c b/test/unit/arena_reset.c
index 678ae57..958453d 100644
--- a/test/unit/arena_reset.c
+++ b/test/unit/arena_reset.c
@@ -2,6 +2,7 @@
#include "test/jemalloc_test.h"
#endif
+#include "jemalloc/internal/extent_mmap.h"
#include "jemalloc/internal/rtree.h"
#include "test/extent_hooks.h"