aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/pci/pci.c')
-rw-r--r--src/kernel/pci/pci.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/kernel/pci/pci.c b/src/kernel/pci/pci.c
index 7ba48ab..57bfe94 100644
--- a/src/kernel/pci/pci.c
+++ b/src/kernel/pci/pci.c
@@ -1,5 +1,6 @@
-#include <kernel/pci/pci.h>
#include <stdint.h>
+#include <kernel/system.h>
+#include <kernel/pci/pci.h>
#include <kernel/io/io.h>
#include <kernel/lib/lib.h>
@@ -136,4 +137,4 @@ int pci_get_interrupt(uint32_t device)
} else {
return (int)pci_read_field(device, PCI_INTERRUPT_LINE, 1);
}
-} \ No newline at end of file
+}