aboutsummaryrefslogtreecommitdiff
path: root/src/mmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmap.h')
-rw-r--r--src/mmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mmap.h b/src/mmap.h
index 13f40f2..2bf42c4 100644
--- a/src/mmap.h
+++ b/src/mmap.h
@@ -1,7 +1,7 @@
#pragma once
#include "boot.h"
-#include <multiboot2.h>
+#include <grub/multiboot2.h>
__attribute__((section(".multiboot.text"))) unsigned multiboot2_mmap(const struct multiboot_mmap_entry entries[],
unsigned entry_count, unsigned bitmap[1024 * 32]);