Nucleus
Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)diff --git a/kernel/acpi/dsdt.c b/kernel/acpi/dsdt.c index 15510a1..ef203fa 100644 --- a/kernel/acpi/dsdt.c +++ b/kernel/acpi/dsdt.c @@ -4,8 +4,8 @@ * information on IO ports, IRQs, memory mappings and power management. */ +#include <nucleus/io.h> #include <nucleus/kernel.h> -#include <io.h> #include "acpi.h" /* Parse the DSDT for information */