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"