ath9k: due to popular request, allow ad-hoc+ap again, now that the beacon code can...
[openwrt-10.03/.git] / package / iptables / patches / 008-netfilter_include_linux_type_h.patch
1 --- a/include/linux/netfilter.h
2 +++ b/include/linux/netfilter.h
3 @@ -1,6 +1,7 @@
4  #ifndef __LINUX_NETFILTER_H
5  #define __LINUX_NETFILTER_H
6  
7 +#include <linux/types.h>
8  
9  /* Responses from hook functions. */
10  #define NF_DROP 0