diff options
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 7ace8b7..45d2646 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -41,6 +41,7 @@ #include <sys/queue.h> #include <machine/bus.h> #include <sys/rman.h> +#include <sys/malloc.h> #include <machine/resource.h> #include <pci/pcivar.h> |