mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
- make sure we pickup the correct defines. Guards against 2.6.19 kernel-headers.
This commit is contained in:
parent
91d4a2dac3
commit
bb59f02218
1 changed files with 6 additions and 1 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Reference in a new issue