From 9eeaa04159a8c257eb5bd3d5313294579d0136ae Mon Sep 17 00:00:00 2001 From: jyelon Date: Tue, 14 Feb 2023 14:28:25 -0500 Subject: [PATCH] More fixes --- luprex/cpp/core/eng-malloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luprex/cpp/core/eng-malloc.cpp b/luprex/cpp/core/eng-malloc.cpp index 0968cafa..da9e74b2 100644 --- a/luprex/cpp/core/eng-malloc.cpp +++ b/luprex/cpp/core/eng-malloc.cpp @@ -81,7 +81,7 @@ static void *emulated_sbrk(intptr_t increment) { return emulated_sbrk_base + old_used; } -#include "../../extern/dlmalloc.c" +#include "../../ext/dlmalloc.c" namespace eng { static uint32_t hash;