Bruno Haible wrote: > gnulib-tool told me: > You may need to add #include directives for the following .h files. > #include "regex.h" > > But since regex.h is specify by POSIX, the include should normally written as > #include <regex.h> > > Any objections to this patch? ... > -"regex.h" > +<regex.h>
Go for it. I prefer that, too.