aboutsummaryrefslogtreecommitdiffstats
path: root/src/jemalloc.c
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-05-23 12:28:19 -0700
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-05-24 15:27:30 -0700
commit18ecbfa89e7dd39a802f52bcd461184b8065e97e (patch)
tree8e82f1e376ea28e78d0d57071de57c2d05751364 /src/jemalloc.c
parent9f822a1fd70a676d810a4c621346d6484b29cb77 (diff)
downloadplatform_external_jemalloc_new-18ecbfa89e7dd39a802f52bcd461184b8065e97e.tar.gz
platform_external_jemalloc_new-18ecbfa89e7dd39a802f52bcd461184b8065e97e.tar.bz2
platform_external_jemalloc_new-18ecbfa89e7dd39a802f52bcd461184b8065e97e.zip
Header refactoring: unify and de-catchall mutex module
Diffstat (limited to 'src/jemalloc.c')
-rw-r--r--src/jemalloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jemalloc.c b/src/jemalloc.c
index f083adc4..517fbb99 100644
--- a/src/jemalloc.c
+++ b/src/jemalloc.c
@@ -7,6 +7,7 @@
#include "jemalloc/internal/ctl.h"
#include "jemalloc/internal/jemalloc_internal_types.h"
#include "jemalloc/internal/malloc_io.h"
+#include "jemalloc/internal/mutex.h"
#include "jemalloc/internal/size_classes.h"
#include "jemalloc/internal/spin.h"
#include "jemalloc/internal/ticker.h"