mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
- add needed includes and include busybox.h needed for the ATTRIBUTE define.
This commit is contained in:
parent
bc8c50351f
commit
fd4b61d5f3
@ -1,5 +1,12 @@
|
|||||||
#ifndef _IP_COMMON_H
|
#ifndef _IP_COMMON_H
|
||||||
#define _IP_COMMON_H 1
|
#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 int preferred_family;
|
||||||
extern char * _SL_;
|
extern char * _SL_;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user