From bc8978643bd605daf283df35c59f9a134ae5d0b3 Mon Sep 17 00:00:00 2001 From: styluseater Date: Thu, 15 Sep 2011 14:05:21 +0000 Subject: Fix bison parsing error by adding includes to C declaration area. --- charspace/cmi.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charspace/cmi.y b/charspace/cmi.y index c67a515..02df6bb 100644 --- a/charspace/cmi.y +++ b/charspace/cmi.y @@ -19,6 +19,7 @@ # */ +%{ #include "config.h" #include #include "libfile.h" @@ -29,6 +30,7 @@ static void yyerror (string); static int yylex (void); +%} %union { -- cgit v1.2.1