summaryrefslogtreecommitdiff
path: root/zwgc
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@mit.edu>2009-03-22 16:34:35 +0000
committerGravatar Karl Ramm <kcr@mit.edu>2009-03-22 16:34:35 +0000
commit441fec9c67f3f0b5154bcc39cbc5f7083c7a462b (patch)
tree34d8feb0bedf27b6f77712a5fe0369a951dad635 /zwgc
parent61a9173f8cd3176bde31ccf7b1d23577aebbec14 (diff)
pull in prototypes for ZWGCPLUS
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 *);