diff options
Diffstat (limited to 'networking/libiproute/utils.c')
-rw-r--r-- | networking/libiproute/utils.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/libiproute/utils.c b/networking/libiproute/utils.c index 984f7bed9..3a161ead0 100644 --- a/networking/libiproute/utils.c +++ b/networking/libiproute/utils.c | |||
@@ -10,13 +10,12 @@ | |||
10 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses | 10 | * Rani Assaf <rani@magic.metawire.com> 980929: resolve addresses |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <stdlib.h> | 13 | #include "libbb.h" |
14 | |||
14 | #include <string.h> | 15 | #include <string.h> |
15 | #include <unistd.h> | 16 | #include <unistd.h> |
16 | #include <arpa/inet.h> | ||
17 | 17 | ||
18 | #include "utils.h" | 18 | #include "utils.h" |
19 | #include "libbb.h" | ||
20 | #include "inet_common.h" | 19 | #include "inet_common.h" |
21 | 20 | ||
22 | int get_integer(int *val, char *arg, int base) | 21 | int get_integer(int *val, char *arg, int base) |