From 069b3276df2c7d2b1f06e38fb94d3ea632c8f1af Mon Sep 17 00:00:00 2001 From: Daan Leijen Date: Sun, 6 Jun 2021 20:33:55 -0700 Subject: [PATCH] merge from dev --- src/segment-cache.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/segment-cache.c b/src/segment-cache.c index 08517f4b..f655a92a 100644 --- a/src/segment-cache.c +++ b/src/segment-cache.c @@ -10,9 +10,9 @@ terms of the MIT license. A copy of the license can be found in the file the commit_mask to optimize the commit/decommit calls. The full memory map of all segments is also implemented here. -----------------------------------------------------------------------------*/ -#include "mimalloc.h" -#include "mimalloc-internal.h" -#include "mimalloc-atomic.h" +#include "../include/mimalloc.h" +#include "../include/mimalloc-internal.h" +#include "../include/mimalloc-atomic.h" #include "bitmap.h" // atomic bitmap