diff options
Diffstat (limited to 'src/include/device/pci_ops.h')
-rw-r--r-- | src/include/device/pci_ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ops.h b/src/include/device/pci_ops.h index 6971ce4de7..f1d50d7060 100644 --- a/src/include/device/pci_ops.h +++ b/src/include/device/pci_ops.h @@ -3,6 +3,7 @@ #include <stdint.h> #include <device/device.h> +#include <device/pci_type.h> #include <arch/pci_ops.h> #ifdef __SIMPLE_DEVICE__ |