bnf-plus-plus icon indicating copy to clipboard operation
bnf-plus-plus copied to clipboard

GCC 4.8.1 fixes - add string.h

Open mclap opened this issue 11 years ago • 1 comments

mclap avatar Feb 25 '14 22:02 mclap

AFAIR you need these includes to get code compiled using gcc 4.5+. Since then gcc get mad about not included some standard headers like stdio.h, string.h etc - it just want prototype for strlen(3).

mclap avatar Feb 26 '14 09:02 mclap