From fd4b61d5f3dbab7a6916b2de0ba185e9b27cc962 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 16 Jun 2006 12:28:39 +0000 Subject: - add needed includes and include busybox.h needed for the ATTRIBUTE define. --- networking/libiproute/ip_common.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'networking') 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 +#include +#include + + extern int preferred_family; extern char * _SL_; -- cgit v1.1