fix static object linking

This commit is contained in:
daan 2019-07-04 14:56:58 -07:00
parent 983c96a238
commit b40fe5178a

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 "memory.c"
#include "segment.c"
#include "page.c"
#include "heap.c"