From 3bf429aed85623b86afa46c66cba887acca7e73c Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 31 Oct 2018 14:01:31 +0000 Subject: [PATCH] examples: #include in calc++ strerror is defined by , and recent versions of GNU libstdc++ no longer include this automatically from . --- THANKS | 1 + doc/bison.texi | 1 + 2 files changed, 2 insertions(+) diff --git a/THANKS b/THANKS index 7254bb3f..3ce973fe 100644 --- a/THANKS +++ b/THANKS @@ -3,6 +3,7 @@ it is today without the invaluable help of these people: Aaro Koskinen aaro.koskinen@iki.fi Аскар Сафин safinaskar@mail.ru +Adam Sampson ats@offog.org Airy Andre Airy.Andre@edf.fr Akim Demaille akim@lrde.epita.fr Albert Chin-A-Young china@thewrittenword.com diff --git a/doc/bison.texi b/doc/bison.texi index 683308cf..275332ca 100644 --- a/doc/bison.texi +++ b/doc/bison.texi @@ -11810,6 +11810,7 @@ then the parser's to get the set of defined tokens. # include # include # include +# include // strerror # include # include "driver.hh" # include "parser.hh"