From: Glenn L McGrath Date: Mon, 16 Dec 2002 06:40:37 +0000 (-0000) Subject: fix warning X-Git-Tag: 1_00_pre1~279 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1e132dd4dd0c2db7952bf0447bf1eff1f557f288;p=oweals%2Fbusybox.git fix warning --- diff --git a/networking/libiproute/ip_parse_common_args.c b/networking/libiproute/ip_parse_common_args.c index 550d1ddfe..ac9d94916 100644 --- a/networking/libiproute/ip_parse_common_args.c +++ b/networking/libiproute/ip_parse_common_args.c @@ -14,6 +14,8 @@ * Rani Assaf 980929: resolve addresses */ +#include + #include "utils.h" #include "ip_common.h"