Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/kernel/acpi/pci.c b/kernel/acpi/pci.c index b7c74c1..07f2ee5 100644 --- a/kernel/acpi/pci.c +++ b/kernel/acpi/pci.c @@ -5,7 +5,7 @@ */ #include <stdint.h> -#include <io.h> +#include <nucleus/io.h> #include <nucleus/pci.h> /* PCI Configuration Ports */