cmd: Correct the 'md.q' command
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jun 2020 02:33:00 +0000 (20:33 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 9 Jun 2020 00:29:30 +0000 (20:29 -0400)
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 <sjg@chromium.org>
lib/display_options.c

index 74f769d9ff893e27288a16e79567b67fbf719364..1dd5b6affdcb17143c0390e4a583360e1a35e137 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <compiler.h>
 #include <console.h>
 #include <div64.h>
 #include <version.h>