commit | 3086a9799ec0bdbe106f9ad97ec04f5102dbe70f | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Sat Jun 28 23:11:04 2003 +0000 |
committer | wdenk <wdenk> | Sat Jun 28 23:11:04 2003 +0000 |
tree | e7230d603e7dda19f3ef962b974aa8ba7d4a75fe | |
parent | d9fce81e01d7dd421cff6094b2896c9051aa066b [diff] [blame] |
Rewrite command lookup and help command (fix problems with bubble sort when sorting command name list). Minor cleanup here and there.
diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index 3f73cf8..542e25b 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c
@@ -26,6 +26,7 @@ */ #include <common.h> #include <command.h> +#include <net.h> /* for print_IPaddr */ #if (CONFIG_COMMANDS & CFG_CMD_BDI)