commit | b072379d18259c297599e9815e2e1914f19b021a | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@pollux.denx.de> | Fri Sep 30 15:18:23 2005 +0200 |
committer | Wolfgang Denk <wd@pollux.denx.de> | Fri Sep 30 15:18:23 2005 +0200 |
tree | d5928b2fa5084b9e9e641055cc4d4be84ca89a74 | |
parent | 61d8562e683504afd540d4daee4025bfb08207c4 [diff] [blame] |
Fix compiler warning
diff --git a/common/main.c b/common/main.c index 2922624..1389958 100644 --- a/common/main.c +++ b/common/main.c
@@ -26,6 +26,9 @@ #include <common.h> #include <watchdog.h> #include <command.h> +#ifdef CONFIG_MODEM_SUPPORT +#include <malloc.h> /* for free() prototype */ +#endif #ifdef CFG_HUSH_PARSER #include <hush.h>