Thank you. I submit the patch. Thierry
On Fri, 11 Sep 2015 10:38:22 +0200 Conrad Hoffmann <[email protected]> wrote: > Hi, > > I cannot build the current dev's master HEAD (ec3c37d) because of this error: > > > In file included from include/proto/proto_http.h:26:0, > > from src/stick_table.c:26: > > include/types/action.h:102:20: error: field ‘re’ has incomplete type > > struct my_regex re; /* used by replace-header and replace-value */ > > ^ > > Makefile:771: recipe for target 'src/stick_table.o' failed > > make: *** [src/stick_table.o] Error 1 > > The struct act_rule defined in action.h includes a full struct my_regex > without #include-ing regex.h. Both gcc 5.2.0 and clang 3.6.2 do not allow > this. > > Cheers, > Conrad > -- > Conrad Hoffmann > Traffic Engineer > > SoundCloud Ltd. | Rheinsberger Str. 76/77, 10115 Berlin, Germany > > Managing Director: Alexander Ljung | Incorporated in England & Wales > with Company No. 6343600 | Local Branch Office | AG Charlottenburg | > HRB 110657B >

