From c9a79b6dc5deb2294e8c125bc18413408a7cee68 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 11 Dec 2023 18:49:55 -0500 Subject: kernel/amd64: machdep: Include missing header Signed-off-by: Ian Moffett --- sys/arch/amd64/machdep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c index 9881619..3f3feb0 100644 --- a/sys/arch/amd64/machdep.c +++ b/sys/arch/amd64/machdep.c @@ -35,6 +35,7 @@ #include #include #include +#include __MODULE_NAME("machdep"); __KERNEL_META("$Hyra$: machdep.c, Ian Marco Moffett, " -- cgit v1.2.3