diff options
Diffstat (limited to 'networking/libiproute/iptunnel.c')
-rw-r--r-- | networking/libiproute/iptunnel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/libiproute/iptunnel.c b/networking/libiproute/iptunnel.c index 3d73ca81c..dcf717e7e 100644 --- a/networking/libiproute/iptunnel.c +++ b/networking/libiproute/iptunnel.c | |||
@@ -26,7 +26,9 @@ | |||
26 | #include <arpa/inet.h> | 26 | #include <arpa/inet.h> |
27 | #include <netinet/ip.h> | 27 | #include <netinet/ip.h> |
28 | 28 | ||
29 | #define sysinfo kernel_sysinfo | ||
29 | #include <linux/if_arp.h> | 30 | #include <linux/if_arp.h> |
31 | #undef sysinfo | ||
30 | #include <linux/if_tunnel.h> | 32 | #include <linux/if_tunnel.h> |
31 | 33 | ||
32 | #include "rt_names.h" | 34 | #include "rt_names.h" |