From: Simon Glass Date: Mon, 8 Jun 2020 02:33:00 +0000 (-0600) Subject: cmd: Correct the 'md.q' command X-Git-Tag: v2020.10~173 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90606da02dffb61195ade325f2be2e170e7c410c;p=platform%2Fkernel%2Fu-boot.git cmd: Correct the 'md.q' command This displays incorrect data at present due to a missing header file in display_options. Fix it. Fixes: 09140113108 ("command: Remove the cmd_tbl_t typedef") Signed-off-by: Simon Glass --- diff --git a/lib/display_options.c b/lib/display_options.c index 74f769d..1dd5b6a 100644 --- a/lib/display_options.c +++ b/lib/display_options.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include