From 9d2b18a0f9df38cfe15e10766b1302f10d426355 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 28 Jun 2003 23:11:04 +0000 Subject: Rewrite command lookup and help command (fix problems with bubble sort when sorting command name list). Minor cleanup here and there. --- common/cmd_bdinfo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common/cmd_bdinfo.c') diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index 3f73cf852e..542e25b332 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -26,6 +26,7 @@ */ #include #include +#include /* for print_IPaddr */ #if (CONFIG_COMMANDS & CFG_CMD_BDI) -- cgit v1.2.3