From: Jim Meyering Date: Mon, 16 Jan 2012 11:16:24 +0000 (+0100) Subject: build: include from lib/yyerror.c X-Git-Tag: v2.5.1_rc2~130 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/792aeb0017e1a060f4bea5730cf29db4f46800ea build: include from lib/yyerror.c * lib/yyerror.c: Include . (cherry picked from commit cf33c228e08142e3ef715105a191db24ec980ca8) --- 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 *);