diff options
author | Karl Ramm <kcr@mit.edu> | 2009-03-22 16:34:35 +0000 |
---|---|---|
committer | Karl Ramm <kcr@mit.edu> | 2009-03-22 16:34:35 +0000 |
commit | 441fec9c67f3f0b5154bcc39cbc5f7083c7a462b (patch) | |
tree | 34d8feb0bedf27b6f77712a5fe0369a951dad635 /zwgc | |
parent | 61a9173f8cd3176bde31ccf7b1d23577aebbec14 (diff) |
pull in prototypes for ZWGCPLUS
Diffstat (limited to 'zwgc')
-rw-r--r-- | zwgc/exec.c | 3 |
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 *); |