Re: xlist and xoset header files

2010-01-07 Thread Bruno Haible
Hi Ralf, Thanks for the report. Eric Blake wrote: > An alternative would be adding 'list' to the Depends-on section of xlist > (likewise for xoset). But I'm not sure which of the two approaches is > inherently better The functions defined in gl_xlist.c call functions defined in gl_list.c. The

Re: xlist and xoset header files

2010-01-06 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > > The xlist and the xoset modules fail to gnulib --test due to missing > headers; the patch below fixes that. OK to commit? > > Thanks, > Ralf > > Include missing headers for xlist and xoset modules. > * modules/xlist (Files): Add lib/gl_list.h.

xlist and xoset header files

2010-01-06 Thread Ralf Wildenhues
The xlist and the xoset modules fail to gnulib --test due to missing headers; the patch below fixes that. OK to commit? Thanks, Ralf Include missing headers for xlist and xoset modules. * modules/xlist (Files): Add lib/gl_list.h. * modules/xoset (Files): Add lib/gl_oset.h