From: Bernhard Reutner-Fischer Date: Mon, 4 Dec 2006 15:57:17 +0000 (-0000) Subject: - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. X-Git-Tag: 1_4_0~273 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb59f02218d326fa91bf1ade23232340bee317be;p=oweals%2Fbusybox.git - make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers. --- 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_;