mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +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
|
||||
#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_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user