diff options
Diffstat (limited to 'kernel/kmalloc.h')
-rw-r--r-- | kernel/kmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kmalloc.h b/kernel/kmalloc.h index 94806f3..8c55cb4 100644 --- a/kernel/kmalloc.h +++ b/kernel/kmalloc.h @@ -1,8 +1,8 @@ #include <log.h> #include <mmu.h> #include <stddef.h> -#include <typedefs.h> #include <string.h> +#include <typedefs.h> void kmalloc_allocate_heap(void); |