unset INITRAMFS_SOURCE if appropriate
[buildroot.git] / toolchain / kernel-headers / linux-2.6.25.7-netfilter.h-missing-include.patch
blob02d570a15a964d8ac332323d945c1e7a9fe664e9
1 --- linux-2.6.25.x/include/linux/netfilter.h 2008-04-20 03:54:47.000000000 -0400
2 +++ linux-2.6.25.4/include/linux/netfilter.h 2008-04-20 03:46:38.000000000 -0400
3 @@ -1,6 +1,8 @@
4 #ifndef __LINUX_NETFILTER_H
5 #define __LINUX_NETFILTER_H
7 +#include <linux/types.h>
9 /* Responses from hook functions. */
10 #define NF_DROP 0
11 #define NF_ACCEPT 1