On Saturday, November 20, 2010 17:50:44 Bruno Haible wrote:
> Mike Frysinger wrote:
> > --- a/lib/printf-parse.h
> > +++ b/lib/printf-parse.h
> > @@ -25,6 +25,9 @@
> > 
> >  #include "printf-args.h"
> > 
> > +#ifdef HAVE_FEATURES_H
> > +# include <features.h>     /* for __GLIBC__ */
> > +#endif
> > 
> >  /* Flags */
> >  #define FLAG_GROUP       1      /* ' flag */
> 
> The same problem - __GLIBC__ being tested without a guarantee that
> <features.h> has been included - exists also in a couple of other places.
> I'm fixing them like this:

works for me ... thanks !
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to