diff options
-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 @@ | |||
14 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 14 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
15 | */ | 15 | */ |
16 | 16 | ||
17 | #include <string.h> | ||
18 | |||
17 | #include "utils.h" | 19 | #include "utils.h" |
18 | #include "ip_common.h" | 20 | #include "ip_common.h" |
19 | 21 | ||