Hi Duncan, On Mon, Jun 04, 2018 at 01:11:01PM +1000, Duncan Roe wrote: > Hi, > > Did you guys miss this? I pushed it out to the list a week ago, as > > [PATCH] src: Use double quotes in include statements for non-system headers > > but have heard nothing back. It did fix a problem for someone, Thanks for your patch, Duncan. I would prefer user fixes provides a more detailed report on his build environment, or either compiler gets fixed. My concern is that this may trigger similar patches for all of the userspace netfilter repository sooner or later. [...] > > diff --git a/extensions/ebt_802_3.c b/extensions/ebt_802_3.c > > index 4584849..3aa7ebe 100644 > > --- a/extensions/ebt_802_3.c > > +++ b/extensions/ebt_802_3.c > > @@ -12,7 +12,7 @@ > > #include <getopt.h> > > #include "../include/ebtables_u.h" > > #include "../include/ethernetdb.h" > > -#include <linux/netfilter_bridge/ebt_802_3.h> > > +#include "linux/netfilter_bridge/ebt_802_3.h" -- 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