From: Jim Meyering Date: Mon, 16 Jan 2012 11:16:24 +0000 (+0100) Subject: build: include from lib/yyerror.c X-Git-Tag: v2.7.90~564 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/cf33c228e08142e3ef715105a191db24ec980ca8 build: include from lib/yyerror.c * lib/yyerror.c: Include . --- diff --git a/lib/yyerror.c b/lib/yyerror.c index 7db92bc4..5eb339fa 100644 --- a/lib/yyerror.c +++ b/lib/yyerror.c @@ -17,6 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#include #include int yyerror (char const *);