diff options
Diffstat (limited to 'util/epist/epist.l')
| -rw-r--r-- | util/epist/epist.l | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/epist/epist.l b/util/epist/epist.l index e545054a..c3db54b8 100644 --- a/util/epist/epist.l +++ b/util/epist/epist.l @@ -1,4 +1,8 @@ %{ +#ifdef HAVE_CONFIG_H +# include "../../config.h" +#endif // HAVE_CONFIG_H + #include <stdio.h> #include <string.h> #include "yacc_parser.hh" |
