diff options
author | Ian Moffett <ian@osmora.org> | 2025-01-27 22:23:15 -0500 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-01-27 22:23:15 -0500 |
commit | 38021bbed3b2feecb9b103875adf90c877ab2126 (patch) | |
tree | ae11b56aac87d830554c45dcaaf7628b347ed27d | |
parent | 00fcbc826613790ea02a5967adbdf34d189236ce (diff) |
kernel/amd64: pci: Add missing includeexpt
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | sys/arch/amd64/pci/pci_machdep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/amd64/pci/pci_machdep.c b/sys/arch/amd64/pci/pci_machdep.c index d2d4e72..49cc396 100644 --- a/sys/arch/amd64/pci/pci_machdep.c +++ b/sys/arch/amd64/pci/pci_machdep.c @@ -38,6 +38,7 @@ #include <machine/cpu.h> #include <machine/intr.h> #include <machine/idt.h> +#include <machine/lapic.h> /* Base address masks for BARs */ #define PCI_BAR_MEMMASK ~7 |