summaryrefslogtreecommitdiff
path: root/src/c/heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/heap.c')
-rw-r--r--src/c/heap.c2
1 files changed, 1 insertions, 1 deletions
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<types.h>
typedef struct _KHEAPBLOCKBM {
struct _KHEAPBLOCKBM *next;