summaryrefslogtreecommitdiff
path: root/src/commonlib/storage/pci_sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/storage/pci_sdhci.c')
-rw-r--r--src/commonlib/storage/pci_sdhci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commonlib/storage/pci_sdhci.c b/src/commonlib/storage/pci_sdhci.c
index 2bba084d11..a2d30949b3 100644
--- a/src/commonlib/storage/pci_sdhci.c
+++ b/src/commonlib/storage/pci_sdhci.c
@@ -22,8 +22,10 @@
#include <commonlib/sdhci.h>
#include <device/pci.h>
#include <device/pci_ops.h>
-#include "sd_mmc.h"
#include <stdint.h>
+#include <string.h>
+
+#include "sd_mmc.h"
#include "storage.h"
/* Initialize an SDHCI port */