aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ip_parse_common_args.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-16 06:40:37 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-16 06:40:37 +0000
commit1e132dd4dd0c2db7952bf0447bf1eff1f557f288 (patch)
tree6c232a370c768eb301480200ad5e521c419511cd /networking/libiproute/ip_parse_common_args.c
parentcf93274663877cb4d722a23d8c418470eb90332a (diff)
downloadbusybox-1e132dd4dd0c2db7952bf0447bf1eff1f557f288.tar.gz
fix warning
Diffstat (limited to 'networking/libiproute/ip_parse_common_args.c')
-rw-r--r--networking/libiproute/ip_parse_common_args.c2
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"