summaryrefslogtreecommitdiff
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
commit4232dbd7a6482e131a4fce11c35dfe793b252e24 (patch)
tree9a77650d052f577164480698f14efd15a996e41e
parentdf961928d8c8bce8567b99b74502d2a6b6d83c54 (diff)
pull in prototypes for ZWGCPLUS
-rw-r--r--zephyr/zwgc/exec.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/zephyr/zwgc/exec.c b/zephyr/zwgc/exec.c
index 9479ed5..36d22c0 100644
--- a/zephyr/zwgc/exec.c
+++ b/zephyr/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 *);