diff options
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r-- | networking/libiproute/iptunnel.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 23b5d5013..1b1458e1e 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -13,16 +13,14 @@ | |||
13 | * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag | 13 | * Phil Karn <karn@ka9q.ampr.org> 990408: "pmtudisc" flag |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include "libbb.h" | ||
16 | #include <sys/socket.h> | 17 | #include <sys/socket.h> |
17 | #include <sys/ioctl.h> | 18 | #include <sys/ioctl.h> |
18 | 19 | ||
19 | #include <stdlib.h> | ||
20 | #include <string.h> | 20 | #include <string.h> |
21 | #include <unistd.h> | 21 | #include <unistd.h> |
22 | 22 | ||
23 | #include <arpa/inet.h> | ||
24 | #include <netinet/ip.h> | 23 | #include <netinet/ip.h> |
25 | #include <netinet/in.h> | ||
26 | 24 | ||
27 | #include <net/if.h> | 25 | #include <net/if.h> |
28 | #include <net/if_arp.h> | 26 | #include <net/if_arp.h> |
@@ -37,7 +35,6 @@ | |||
37 | #include "utils.h" | 35 | #include "utils.h" |
38 | #include "ip_common.h" | 36 | #include "ip_common.h" |
39 | 37 | ||
40 | #include "libbb.h" | ||
41 | 38 | ||
42 | static int do_ioctl_get_ifindex(char *dev) | 39 | static int do_ioctl_get_ifindex(char *dev) |
43 | { | 40 | { |