From d9631ecf528b0f89d2ffda693209b088411434d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Fri, 30 Sep 2005 15:18:23 +0200 Subject: Fix compiler warning --- common/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/main.c') diff --git a/common/main.c b/common/main.c index 29226244a..1389958de 100644 --- a/common/main.c +++ b/common/main.c @@ -26,6 +26,9 @@ #include #include #include +#ifdef CONFIG_MODEM_SUPPORT +#include /* for free() prototype */ +#endif #ifdef CFG_HUSH_PARSER #include -- cgit v1.2.3