summaryrefslogtreecommitdiff
path: root/kernel/include/multiboot2.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-07 16:39:28 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-07 16:43:26 +0200
commit71396c5cd460890c52e348687e6e7c864e2dfeed (patch)
tree72e7dd114cea46c5209dba2e0c2ed9ffeb7f55b5 /kernel/include/multiboot2.h
parent50aaae893611af890a6855158ad0a3e32c7b2c43 (diff)
types.h; libk and heap begining
Diffstat (limited to 'kernel/include/multiboot2.h')
-rw-r--r--kernel/include/multiboot2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/include/multiboot2.h b/kernel/include/multiboot2.h
index f22fd8e..e7935a6 100644
--- a/kernel/include/multiboot2.h
+++ b/kernel/include/multiboot2.h
@@ -1,7 +1,7 @@
#ifndef MULTIBOOT2_H
#define MULTIBOOT2_H
-#include <stdint.h>
+#include <types.h>
struct mb2_tag_header {
uint32_t type;