diff options
Diffstat (limited to 'src/kernel/KernelKit/PCI/IO.h')
| -rw-r--r-- | src/kernel/KernelKit/PCI/IO.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/PCI/IO.h b/src/kernel/KernelKit/PCI/IO.h index 0f7b048f..c34f3e43 100644 --- a/src/kernel/KernelKit/PCI/IO.h +++ b/src/kernel/KernelKit/PCI/IO.h @@ -56,7 +56,7 @@ inline Array<UShort, Sz> make_ports(UShort base) { } // namespace Kernel #ifdef __NE_AMD64__ -#include <KernelKit/PCI/IOArray+AMD64.inl> +#include "IOArray+AMD64.inl" #else #error Please provide platform specific code for the I/O #endif // ifdef __NE_AMD64__ |
