summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-19 19:48:50 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-24 17:33:21 (GMT)
commitfa3ad730c492c50f19fc68050ea5d5175b1df3cb (patch)
treebe56df044f81f9ead8f1a0f8791916cff5826946 /src
parent4d2e4bf5ebb1e37a9348fdbf51af0b63304d7c98 (diff)
downloadjemalloc-fa3ad730c492c50f19fc68050ea5d5175b1df3cb.zip
jemalloc-fa3ad730c492c50f19fc68050ea5d5175b1df3cb.tar.gz
jemalloc-fa3ad730c492c50f19fc68050ea5d5175b1df3cb.tar.bz2
Header refactoring: prng module - remove from the catchall and unify.
Diffstat (limited to 'src')
-rw-r--r--src/ckh.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ckh.c b/src/ckh.c
index 6576740..db52a84 100644
--- a/src/ckh.c
+++ b/src/ckh.c
@@ -40,6 +40,7 @@
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/malloc_io.h"
+#include "jemalloc/internal/prng.h"
#include "jemalloc/internal/util.h"
/******************************************************************************/