diff options
Diffstat (limited to 'openbox/parse.yacc')
| -rw-r--r-- | openbox/parse.yacc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/parse.yacc b/openbox/parse.yacc index e9b469e0..8043c04a 100644 --- a/openbox/parse.yacc +++ b/openbox/parse.yacc @@ -1,5 +1,8 @@ %{ +#define NO_Y_H #include "parse.h" +#undef NO_Y_H + #ifdef HAVE_STDIO_H # include <stdio.h> #endif |
