瀏覽代碼

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 <sjg@chromium.org>
Simon Glass 4 年之前
父節點
當前提交
90606da02d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/display_options.c

+ 1 - 0
lib/display_options.c

@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <compiler.h>
 #include <console.h>
 #include <div64.h>
 #include <version.h>