diff options
Diffstat (limited to 'src/include/heap.h')
| -rw-r--r-- | src/include/heap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/heap.h b/src/include/heap.h index 2f66501..4eebd04 100644 --- a/src/include/heap.h +++ b/src/include/heap.h @@ -1,3 +1,6 @@ +#ifndef HEAP_H +#define HEAP_H + #include"types.h" typedef struct _KHEAPBLOCKBM { @@ -21,3 +24,5 @@ extern KHEAPBM kheap; #define kmalloc k_heapBMAlloc #define kfree k_heapBMFree + +#endif |
