aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb-uhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/usb-uhci.c')
-rw-r--r--src/hw/usb-uhci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hw/usb-uhci.c b/src/hw/usb-uhci.c
index ed7c39a..075ed02 100644
--- a/src/hw/usb-uhci.c
+++ b/src/hw/usb-uhci.c
@@ -8,7 +8,8 @@
#include "config.h" // CONFIG_*
#include "malloc.h" // free
#include "output.h" // dprintf
-#include "pci.h" // pci_bdf_to_bus
+#include "pci.h" // pci_config_writew
+#include "pcidevice.h" // foreachpci
#include "pci_ids.h" // PCI_CLASS_SERIAL_USB_UHCI
#include "pci_regs.h" // PCI_BASE_ADDRESS_4
#include "string.h" // memset