aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/libiproute/ip_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/libiproute/ip_common.h b/networking/libiproute/ip_common.h
index 71be8269e..d594778e8 100644
--- a/networking/libiproute/ip_common.h
+++ b/networking/libiproute/ip_common.h
@@ -1,5 +1,12 @@
1#ifndef _IP_COMMON_H 1#ifndef _IP_COMMON_H
2#define _IP_COMMON_H 1 2#define _IP_COMMON_H 1
3
4#include "busybox.h"
5#include <asm/types.h>
6#include <linux/netlink.h>
7#include <linux/rtnetlink.h>
8
9
3extern int preferred_family; 10extern int preferred_family;
4extern char * _SL_; 11extern char * _SL_;
5 12