summaryrefslogtreecommitdiff
path: root/Kernel/Sections.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sections.h')
-rw-r--r--Kernel/Sections.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sections.h b/Kernel/Sections.h
index eded3f0951..12c759c5d3 100644
--- a/Kernel/Sections.h
+++ b/Kernel/Sections.h
@@ -9,7 +9,7 @@
#include <AK/Platform.h>
#ifdef __cplusplus
# include <AK/Types.h>
-# include <Kernel/BootInfo.h>
+# include <Kernel/Boot/BootInfo.h>
#endif
#define READONLY_AFTER_INIT __attribute__((section(".ro_after_init")))