From bf575744a75edd5ca4449594964ac9171f7c429a Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 26 Aug 2002 21:42:14 +0000 Subject: added config.h includes --- util/epist/epist.l | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/epist.l') 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 #include #include "yacc_parser.hh" -- cgit v1.2.3