More fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user