summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
Diffstat (limited to 'zwgc')
-rw-r--r--zwgc/exec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zwgc/exec.c b/zwgc/exec.c
index 9479ed5..36d22c0 100644
--- a/zwgc/exec.c
+++ b/zwgc/exec.c
@@ -34,6 +34,9 @@ static const char rcsid_exec_c[] = "$Id$";
#include "port.h"
#include "variables.h"
#include "notice.h"
+#ifdef CMU_ZWGCPLUS
+#include "plus.h"
+#endif
static int exec_subtree(Node *);
static int exec_fields(Node *);