From: Patrick McHardy Date: Wed, 21 May 2008 21:08:38 +0000 (-0700) Subject: netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ X-Git-Tag: v2.6.26-rc4~70^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8942f1f0a7e2160ebf2e51ba89e50ee5895a1e7;p=pandora-kernel.git netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ Greg Steuck points out that some of the netfilter headers can't be used in userspace without including linux/types.h first. The headers include their own linux/types.h include statements, these are stripped by make headers-install because they are inside #ifdef __KERNEL__ however. Move them out to fix this. Reported and Tested by Greg Steuck. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed