From 87fbee961fcf302ed92cbc2681375a3bea9ce713 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 18:54:56 +0000 Subject: this should seriously work --- openbox/parse.l | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'openbox/parse.l') diff --git a/openbox/parse.l b/openbox/parse.l index c888b9f1..bab976c4 100644 --- a/openbox/parse.l +++ b/openbox/parse.l @@ -1,12 +1,9 @@ %{ -#include -#include "y.tab.h" +#include "parse.h" #ifdef HAVE_STDLIB_H # include #endif -extern void yyerror(char *err); - int yylineno = 1; %} -- cgit v1.2.3