- add needed includes and include busybox.h needed for the ATTRIBUTE define.

This commit is contained in:
Bernhard Reutner-Fischer 2006-06-16 12:28:39 +00:00
parent bc8c50351f
commit fd4b61d5f3

View 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_;