diff options
| author | David Goldblatt <davidgoldblatt@fb.com> | 2017-05-23 14:42:32 -0700 |
|---|---|---|
| committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-05-31 13:08:45 -0700 |
| commit | 98774e64a4696c7bce6d2317aa59fe5b39bba69f (patch) | |
| tree | 66aaaf73b85c8294526e2904720063a798650ff2 /test | |
| parent | 93284bb53d9c44a5c36297450a82aed5b8051526 (diff) | |
| download | platform_external_jemalloc_new-98774e64a4696c7bce6d2317aa59fe5b39bba69f.tar.gz platform_external_jemalloc_new-98774e64a4696c7bce6d2317aa59fe5b39bba69f.tar.bz2 platform_external_jemalloc_new-98774e64a4696c7bce6d2317aa59fe5b39bba69f.zip | |
Header refactoring: unify and de-catchall extent_mmap module.
Diffstat (limited to 'test')
| -rw-r--r-- | test/unit/arena_reset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/arena_reset.c b/test/unit/arena_reset.c index 678ae57c..958453d1 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" |
