From 8dd9a7c7fb811f633c9e2959fa27c16c7a366f9c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 17:21:59 +0000 Subject: don't include the y.tab.h inside the yacc file --- openbox/parse.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openbox/parse.h') diff --git a/openbox/parse.h b/openbox/parse.h index 3c649db1..9f9eda6d 100644 --- a/openbox/parse.h +++ b/openbox/parse.h @@ -2,7 +2,9 @@ #define __parse_h #include -#include "y.tab.h" +#ifndef NO_Y_H +# include "y.tab.h" +#endif typedef enum { TOKEN_REAL = REAL, -- cgit v1.2.3