summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ckh.c1
-rw-r--r--src/prof.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ckh.c b/src/ckh.c
index 8f0bac0..013b624 100644
--- a/src/ckh.c
+++ b/src/ckh.c
@@ -42,6 +42,7 @@
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/assert.h"
+#include "jemalloc/internal/hash.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/prng.h"
#include "jemalloc/internal/util.h"
diff --git a/src/prof.c b/src/prof.c
index a8f6aed..a872afb 100644
--- a/src/prof.c
+++ b/src/prof.c
@@ -4,6 +4,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/ckh.h"
+#include "jemalloc/internal/hash.h"
#include "jemalloc/internal/malloc_io.h"
/******************************************************************************/