diff options
Diffstat (limited to 'networking/libiproute/ip_common.h')
-rw-r--r-- | networking/libiproute/ip_common.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h index 71be826..d594778 100644 --- a/networking/libiproute/ip_common.h +++ b/networking/libiproute/ip_common.h @@ -1,5 +1,12 @@ #ifndef _IP_COMMON_H #define _IP_COMMON_H 1 + +#include "busybox.h" +#include <asm/types.h> +#include <linux/netlink.h> +#include <linux/rtnetlink.h> + + extern int preferred_family; extern char * _SL_; |