From: Tom Rini Date: Wed, 12 Nov 2025 20:00:06 +0000 (-0600) Subject: video: ihs_video_out: Add missing to ihs_video_out.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=082e5118dab3a23c3d61ed429ad03195efe57653;p=thirdparty%2Fu-boot.git video: ihs_video_out: Add missing to ihs_video_out.c This driver references IO macros while relying on an indirection inclusion of . Add the missing include directly. Signed-off-by: Tom Rini --- diff --git a/drivers/video/ihs_video_out.c b/drivers/video/ihs_video_out.c index bf4d4995c36..e2130274b49 100644 --- a/drivers/video/ihs_video_out.c +++ b/drivers/video/ihs_video_out.c @@ -15,6 +15,7 @@ #include #include #include +#include static const uint MAX_X_CHARS = 53; static const uint MAX_Y_CHARS = 26;