summaryrefslogtreecommitdiff
path: root/openbox/parse.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-02 17:21:59 +0000
committerDana Jansens <danakj@orodu.net>2003-04-02 17:21:59 +0000
commit8dd9a7c7fb811f633c9e2959fa27c16c7a366f9c (patch)
tree41b59b1dfe7a48620f2e5417acc0d9f7f27f205e /openbox/parse.h
parentfa741bc010435e1be6c2739257e01243191e1deb (diff)
don't include the y.tab.h inside the yacc file
Diffstat (limited to 'openbox/parse.h')
-rw-r--r--openbox/parse.h4
1 files changed, 3 insertions, 1 deletions
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 <glib.h>
-#include "y.tab.h"
+#ifndef NO_Y_H
+# include "y.tab.h"
+#endif
typedef enum {
TOKEN_REAL = REAL,