summaryrefslogtreecommitdiffstats
path: root/package/iptables/patches/1.4.4/008-netfilter_include_linux_type_h.patch
blob: 761f1c4977257a4625d660dd9d54b8837cca77b5 (plain)
1
2
3
4
5
6
7
8
9
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