aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-31 23:24:53 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-31 23:24:53 +0100
commitf658c7ea491eaabe8743409ebdc835468c28332c (patch)
tree3c46b890f7fd6874f9d7ce2ea012e7a37e139b0e
parentfa9551a286073acff5b0178380868e3ed7a1b6f5 (diff)
Include rmalloc.h
-rw-r--r--FICS/rmalloc.c3
1 files changed, 2 insertions, 1 deletions
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;