On Wed, 7 Jun 2006, Joel E. Denny wrote: > Index: src/location.h > =================================================================== > RCS file: /sources/bison/bison/src/location.h,v > retrieving revision 1.14 > diff -p -u -r1.14 location.h > --- src/location.h 6 Jun 2006 16:40:06 -0000 1.14 > +++ src/location.h 7 Jun 2006 19:50:30 -0000 > @@ -21,6 +21,7 @@ > #ifndef LOCATION_H_ > # define LOCATION_H_ > > +# include <stdbool.h> > # include "uniqstr.h"
I changed <stdbool.h> to "system.h". Joel
