add arena.c into the static override object

This commit is contained in:
daan 2019-12-01 00:01:14 -08:00
parent a799a19136
commit a407f35c64
2 changed files with 27 additions and 26 deletions

View file

@ -15,6 +15,7 @@ terms of the MIT license. A copy of the license can be found in the file
// functions (on Unix's).
#include "stats.c"
#include "os.c"
#include "arena.c"
#include "memory.c"
#include "segment.c"
#include "page.c"