diff options
Diffstat (limited to 'common/command.c')
| -rw-r--r-- | common/command.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/command.c b/common/command.c index 2f50e6d1f..db39b41fa 100644 --- a/common/command.c +++ b/common/command.c @@ -68,6 +68,7 @@  #include <cmd_dtt.h>  #include <cmd_vfd.h>		/* load a bitmap to the VFDs on TRAB */ +#include <cmd_log.h>  /*   * HELP command @@ -280,6 +281,7 @@ cmd_tbl_t cmd_tbl[] = {  	CMD_TBL_KGDB  	CMD_TBL_LOADB  	CMD_TBL_LOADS +	CMD_TBL_LOG  	CMD_TBL_LOOP  	CMD_TBL_JFFS2_LS  	CMD_TBL_MCCINFO |