More fixes

This commit is contained in:
2023-02-14 14:28:25 -05:00
parent def6387ca3
commit 9eeaa04159

View File

@@ -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;