From: Bernhard Reutner-Fischer Date: Fri, 16 Jun 2006 12:28:39 +0000 (-0000) Subject: - add needed includes and include busybox.h needed for the ATTRIBUTE define. X-Git-Tag: 1_2_0~128 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd4b61d5f3dbab7a6916b2de0ba185e9b27cc962;p=oweals%2Fbusybox.git - add needed includes and include busybox.h needed for the ATTRIBUTE define. --- 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 +#include +#include + + extern int preferred_family; extern char * _SL_;