- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.

This commit is contained in:
Bernhard Reutner-Fischer 2006-12-04 15:57:17 +00:00
parent 91d4a2dac3
commit bb59f02218

View File

@ -6,7 +6,12 @@
#include <asm/types.h>
#include <linux/netlink.h>
#include <linux/rtnetlink.h>
#if !defined IFA_RTA
#include <linux/if_addr.h>
#endif
#if !defined IFLA_RTA
#include <linux/if_link.h>
#endif
extern int preferred_family;
extern char * _SL_;