summaryrefslogtreecommitdiff
path: root/src/drivers/usb/pci_xhci
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/usb/pci_xhci')
-rw-r--r--src/drivers/usb/pci_xhci/pci_xhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/usb/pci_xhci/pci_xhci.c b/src/drivers/usb/pci_xhci/pci_xhci.c
index 47f69c046c..b898642f12 100644
--- a/src/drivers/usb/pci_xhci/pci_xhci.c
+++ b/src/drivers/usb/pci_xhci/pci_xhci.c
@@ -7,6 +7,7 @@
#include <device/pci.h>
#include <device/pci_ids.h>
#include <device/xhci.h>
+#include <stdio.h>
#include <stdlib.h>
#define PCI_XHCI_CLASSCODE 0x0c0330 /* USB3.0 xHCI controller */