aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/libiproute/ip_common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h
index cc4b3aa01..15291780e 100644
--- a/networking/libiproute/ip_common.h
+++ b/networking/libiproute/ip_common.h
@@ -6,7 +6,12 @@
6#include <asm/types.h> 6#include <asm/types.h>
7#include <linux/netlink.h> 7#include <linux/netlink.h>
8#include <linux/rtnetlink.h> 8#include <linux/rtnetlink.h>
9 9#if !defined IFA_RTA
10#include <linux/if_addr.h>
11#endif
12#if !defined IFLA_RTA
13#include <linux/if_link.h>
14#endif
10 15
11extern int preferred_family; 16extern int preferred_family;
12extern char * _SL_; 17extern char * _SL_;