mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
fix userland netfilter headers installed by iptables
SVN-Revision: 14083
This commit is contained in:
parent
c7eb38ef4e
commit
28a92fe717
@ -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