summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/jemalloc_test.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/jemalloc_test.h.in')
-rw-r--r--deps/jemalloc/test/jemalloc_test.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/jemalloc/test/jemalloc_test.h.in b/deps/jemalloc/test/jemalloc_test.h.in
new file mode 100644
index 000000000..0c48895e7
--- /dev/null
+++ b/deps/jemalloc/test/jemalloc_test.h.in
@@ -0,0 +1,6 @@
+/*
+ * This header should be included by tests, rather than directly including
+ * jemalloc/jemalloc.h, because --with-install-suffix may cause the header to
+ * have a different name.
+ */
+#include "jemalloc/jemalloc@install_suffix@.h"