summaryrefslogtreecommitdiff
path: root/util/epist/epist.l
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-08-26 21:42:14 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-08-26 21:42:14 +0000
commitbf575744a75edd5ca4449594964ac9171f7c429a (patch)
tree590e86e5e145e10f632b60f25f9b0a154c625111 /util/epist/epist.l
parent0116e2c4492f18a6b04b5ccf69bf9fd4e9abea7c (diff)
added config.h includes
Diffstat (limited to 'util/epist/epist.l')
-rw-r--r--util/epist/epist.l4
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"