From 64307118499db0be83db29cfcbd8860db1e44e37 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 14 May 2025 16:46:00 -0600 Subject: global: Add instead of long indirect include path In a number of cases we have C files which rely on a chain of indirect include paths to get to be included via . To facilitate cleaning up make this code directly include . Signed-off-by: Tom Rini --- boot/image-pre-load.c | 1 + 1 file changed, 1 insertion(+) (limited to 'boot') diff --git a/boot/image-pre-load.c b/boot/image-pre-load.c index adf3b341a20..2f851ebb28c 100644 --- a/boot/image-pre-load.c +++ b/boot/image-pre-load.c @@ -7,6 +7,7 @@ #include "mkimage.h" #else #include +#include #include DECLARE_GLOBAL_DATA_PTR; #endif /* !USE_HOSTCC*/ -- cgit v1.3.1