From a2259f9fa6c9a82cacf1d85cf7d92a1a44484a97 Mon Sep 17 00:00:00 2001 From: Qi Wang Date: Thu, 25 May 2023 14:22:37 -0700 Subject: [PATCH] Fix the include path of "jemalloc_internal_overrides.h". --- include/jemalloc/internal/jemalloc_internal_defs.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jemalloc/internal/jemalloc_internal_defs.h.in b/include/jemalloc/internal/jemalloc_internal_defs.h.in index 20355949..bef99dea 100644 --- a/include/jemalloc/internal/jemalloc_internal_defs.h.in +++ b/include/jemalloc/internal/jemalloc_internal_defs.h.in @@ -452,6 +452,6 @@ */ #undef JEMALLOC_HAVE_RDTSCP -#include "jemalloc_internal_overrides.h" +#include "jemalloc/internal/jemalloc_internal_overrides.h" #endif /* JEMALLOC_INTERNAL_DEFS_H_ */