From f575a0dd796106af502e8693870c49af5bee2a5d Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Tue, 2 Nov 2021 22:50:09 +0100 Subject: Hosted GCC Cross-Compiler --- src/c/heap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/heap.c') diff --git a/src/c/heap.c b/src/c/heap.c index 2683269..3e1ba24 100644 --- a/src/c/heap.c +++ b/src/c/heap.c @@ -1,4 +1,4 @@ -#include"../include/types.h" +#include typedef struct _KHEAPBLOCKBM { struct _KHEAPBLOCKBM *next; -- cgit v1.2.3