From 2cf46de9b6b8463033ba4f9243643d004dc9ea5a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 May 2025 16:51:20 -0600 Subject: include/mmc.h: Audit include list This file does not need nor so remove them. This exposes however that a number of other files had been relying on this implicit include for so add that where needed. Signed-off-by: Tom Rini --- board/emulation/common/qemu_dfu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/emulation/common/qemu_dfu.c') diff --git a/board/emulation/common/qemu_dfu.c b/board/emulation/common/qemu_dfu.c index 393fcaeb742..8a59f5ade13 100644 --- a/board/emulation/common/qemu_dfu.c +++ b/board/emulation/common/qemu_dfu.c @@ -7,6 +7,7 @@ #include #include #include +#include #define DFU_ALT_BUF_LEN SZ_1K -- cgit v1.2.3