aboutsummaryrefslogtreecommitdiffstats
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hw/usb-uhci.c b/src/hw/usb-uhci.c
index 4716d985..2587a56a 100644
--- a/src/hw/usb-uhci.c
+++ b/src/hw/usb-uhci.c
@@ -12,6 +12,7 @@
#include "pci_regs.h" // PCI_BASE_ADDRESS_4
#include "usb.h" // struct usb_s
#include "biosvar.h" // GET_LOWFLAT
+#include "malloc.h" // free
#include "string.h" // memset
struct usb_uhci_s {