aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ip_common.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-16 12:28:39 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-16 12:28:39 +0000
commitfd4b61d5f3dbab7a6916b2de0ba185e9b27cc962 (patch)
tree7f7ebe9720f2e7d84950d1bbffcef423111dd6aa /networking/libiproute/ip_common.h
parentbc8c50351f304796dc5c54a0f3a4f4c7882ea9e4 (diff)
downloadbusybox-fd4b61d5f3dbab7a6916b2de0ba185e9b27cc962.tar.gz
- add needed includes and include busybox.h needed for the ATTRIBUTE define.
Diffstat (limited to 'networking/libiproute/ip_common.h')
-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 @@
#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_;