summaryrefslogtreecommitdiff
path: root/src/alloc-posix.c
diff options
context:
space:
mode:
authorDaan Leijen <daan@microsoft.com>2021-06-06 20:31:36 -0700
committerDaan Leijen <daan@microsoft.com>2021-06-06 20:31:36 -0700
commit1feb6123d90f5557a0fc1bc2afc72401e58f8cb0 (patch)
tree70909bcfdb5593fe23fa121fa870e1a79ffd4fea /src/alloc-posix.c
parente2c095fad2a1d506712be0b22616f97cc927c05b (diff)
make all includes relative
Diffstat (limited to 'src/alloc-posix.c')
-rw-r--r--src/alloc-posix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc-posix.c b/src/alloc-posix.c
index 43931e5..6567c61 100644
--- a/src/alloc-posix.c
+++ b/src/alloc-posix.c
@@ -9,8 +9,8 @@ terms of the MIT license. A copy of the license can be found in the file
// mi prefixed publi definitions of various Posix, Unix, and C++ functions
// for convenience and used when overriding these functions.
// ------------------------------------------------------------------------
-#include "mimalloc.h"
-#include "mimalloc-internal.h"
+#include "../include/mimalloc.h"
+#include "../include/mimalloc-internal.h"
// ------------------------------------------------------
// Posix & Unix functions definitions