summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--charspace/cmi.y2
1 files changed, 2 insertions, 0 deletions
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 <kpathsea/c-ctype.h>
#include "libfile.h"
@@ -29,6 +30,7 @@
static void yyerror (string);
static int yylex (void);
+%}
%union
{