mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: #include <cstring> in calc++
strerror is defined by <string.h>, and recent versions of GNU libstdc++ no longer include this automatically from <string>.
This commit is contained in:
committed by
Akim Demaille
parent
f8cadc731b
commit
3bf429aed8
@@ -11810,6 +11810,7 @@ then the parser's to get the set of defined tokens.
|
||||
# include <cerrno>
|
||||
# include <climits>
|
||||
# include <cstdlib>
|
||||
# include <cstring> // strerror
|
||||
# include <string>
|
||||
# include "driver.hh"
|
||||
# include "parser.hh"
|
||||
|
||||
Reference in New Issue
Block a user