diff options
Diffstat (limited to 'src/commonlib')
-rw-r--r-- | src/commonlib/storage/pci_sdhci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commonlib/storage/pci_sdhci.c b/src/commonlib/storage/pci_sdhci.c index 9f7c521918..2bba084d11 100644 --- a/src/commonlib/storage/pci_sdhci.c +++ b/src/commonlib/storage/pci_sdhci.c @@ -21,6 +21,7 @@ #include <assert.h> #include <commonlib/sdhci.h> #include <device/pci.h> +#include <device/pci_ops.h> #include "sd_mmc.h" #include <stdint.h> #include "storage.h" |