diff options
Diffstat (limited to 'src/device/pcix_device.c')
-rw-r--r-- | src/device/pcix_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/pcix_device.c b/src/device/pcix_device.c index 1204660d7b..e327b88991 100644 --- a/src/device/pcix_device.c +++ b/src/device/pcix_device.c @@ -17,6 +17,7 @@ #include <console/console.h> #include <device/device.h> #include <device/pci.h> +#include <device/pci_ops.h> #include <device/pcix.h> static void pcix_tune_dev(struct device *dev) |