From f658c7ea491eaabe8743409ebdc835468c28332c Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 31 Dec 2023 23:24:53 +0100 Subject: Include rmalloc.h --- FICS/rmalloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FICS') diff --git a/FICS/rmalloc.c b/FICS/rmalloc.c index e12e294..72e3b1c 100644 --- a/FICS/rmalloc.c +++ b/FICS/rmalloc.c @@ -25,9 +25,10 @@ #include "stdinclude.h" - #include "common.h" +#include "rmalloc.h" + PUBLIC unsigned int allocated_size = 0; PUBLIC unsigned int malloc_count = 0; PUBLIC unsigned int free_count = 0; -- cgit v1.2.3