mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix userland netfilter headers installed by iptables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14083 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e24da6d2bf
commit
ec6c55d9aa
@ -0,0 +1,10 @@
|
||||
--- a/include/linux/netfilter.h
|
||||
+++ b/include/linux/netfilter.h
|
||||
@@ -1,6 +1,7 @@
|
||||
#ifndef __LINUX_NETFILTER_H
|
||||
#define __LINUX_NETFILTER_H
|
||||
|
||||
+#include <linux/types.h>
|
||||
|
||||
/* Responses from hook functions. */
|
||||
#define NF_DROP 0
|
||||
Loading…
x
Reference in New Issue
Block a user