From b40fe5178a57342587d3b073fc56a55b9cfe0f23 Mon Sep 17 00:00:00 2001 From: daan Date: Thu, 4 Jul 2019 14:56:58 -0700 Subject: [PATCH] fix static object linking --- src/static.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static.c b/src/static.c index b4378b43..4096a8af 100644 --- a/src/static.c +++ b/src/static.c @@ -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"