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 8bf5225703..5593357fca 100644 --- a/src/device/pcix_device.c +++ b/src/device/pcix_device.c @@ -5,6 +5,7 @@ #include <device/pci.h> #include <device/pci_ops.h> #include <device/pcix.h> +#include <stdint.h> static void pcix_tune_dev(struct device *dev) { |