diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-16 06:40:37 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-16 06:40:37 +0000 |
commit | 1e132dd4dd0c2db7952bf0447bf1eff1f557f288 (patch) | |
tree | 6c232a370c768eb301480200ad5e521c419511cd | |
parent | cf93274663877cb4d722a23d8c418470eb90332a (diff) | |
download | busybox-1e132dd4dd0c2db7952bf0447bf1eff1f557f288.tar.gz |
fix warning
-rw-r--r-- | networking/libiproute/ip_parse_common_args.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <rani@magic.metawire.com> 980929: resolve addresses */ +#include <string.h> + #include "utils.h" #include "ip_common.h" |