From 3a76276faa62aa5ced08bcbcdaa9afe2eade9857 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 25 Aug 2002 18:30:16 +0000 Subject: include config.h in cc's before including openbox headers use bison instead of yacc --- util/epist/epist.y | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/epist/epist.y') diff --git a/util/epist/epist.y b/util/epist/epist.y index d956a4ca..f91162f7 100644 --- a/util/epist/epist.y +++ b/util/epist/epist.y @@ -1,4 +1,8 @@ %{ +#ifdef HAVE_CONFIG_H +# include "../../config.h" +#endif // HAVE_CONFIG_H + #include #include #include "parser.hh" -- cgit v1.2.3