summaryrefslogtreecommitdiff
path: root/util/epist/epist.y
diff options
context:
space:
mode:
Diffstat (limited to 'util/epist/epist.y')
-rw-r--r--util/epist/epist.y4
1 files changed, 4 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
#include "parser.hh"