diff options
-rw-r--r-- | FICS/rmalloc.c | 3 |
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; |