summaryrefslogtreecommitdiff
path: root/openbox/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/parse.y')
-rw-r--r--openbox/parse.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/parse.y b/openbox/parse.y
index de221f9f..aa59fe4c 100644
--- a/openbox/parse.y
+++ b/openbox/parse.y
@@ -17,7 +17,9 @@
}
%{
+#define NO_TAB_H
#include "parse.h"
+#undef NO_TAB_H
extern int yylex();
extern int yyparse();