From 792aeb0017e1a060f4bea5730cf29db4f46800ea 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 . (cherry picked from commit cf33c228e08142e3ef715105a191db24ec980ca8) --- 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.47.2