From cf33c228e08142e3ef715105a191db24ec980ca8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 16 Jan 2012 12:16:24 +0100 Subject: [PATCH] build: include from lib/yyerror.c * lib/yyerror.c: Include . --- lib/yyerror.c | 1 + 1 file changed, 1 insertion(+) 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 *); -- 2.45.2