- add needed includes and include busybox.h needed for the ATTRIBUTE define.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Jun 2006 12:28:39 +0000 (12:28 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Jun 2006 12:28:39 +0000 (12:28 -0000)
networking/libiproute/ip_common.h

index 71be8269e6c59680995a493336e7b2d848bded11..d594778e8a7fd1cb9479b64df10016dac734f714 100644 (file)
@@ -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_;