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 @@ #include #include #include - +#if !defined IFA_RTA +#include +#endif +#if !defined IFLA_RTA +#include +#endif extern int preferred_family; extern char * _SL_;