From a2a7f2b531cc582ab6cc3c2b73715ed1d58b9eab Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:20:13 +0200 Subject: src: use regular includes iptables ships with all header files and prioritized its own include directory over /usr/include/linux, so just use the normal brackets. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_u32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_u32.c') diff --git a/extensions/libxt_u32.c b/extensions/libxt_u32.c index 3a5cdad6..77245ab2 100644 --- a/extensions/libxt_u32.c +++ b/extensions/libxt_u32.c @@ -20,7 +20,7 @@ #include #include -#include "../include/linux/netfilter/xt_u32.h" +#include static const struct option u32_opts[] = { {"u32", 1, NULL, 'u'}, -- cgit v1.2.3