Jan Engelhardt wrote: > diff --git a/extensions/libipt_DNAT.c b/extensions/libipt_DNAT.c > index f0a2369..b5f8028 100644 > --- a/extensions/libipt_DNAT.c > +++ b/extensions/libipt_DNAT.c > @@ -6,8 +6,9 @@ > #include <getopt.h> > #include <xtables.h> > #include <iptables.h> /* get_kernel_version */ > +#include <limits.h> /* INT_MAX in ip_tables.h */ > #include <linux/netfilter_ipv4/ip_tables.h> > -#include <linux/netfilter/nf_nat.h> > +#include <net/netfilter/nf_nat.h> I thought that kernel headers under net/ are not ever exported to userspace ? -- "Los honestos son inadaptados sociales" -- Les Luthiers -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html