Renato Westphal wrote: > > +#include <stdlib.h> > > #include <string.h>
> "#include <stdlib.h>", > "#include <string.h>", > If you include the stdlib header in the .y file you will end up with > two includes for the same header in the .c file. Looks like we're already including string.h twice. Probably makes sense to reverse the diff and delete the extra.
