From 441fec9c67f3f0b5154bcc39cbc5f7083c7a462b Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sun, 22 Mar 2009 16:34:35 +0000 Subject: pull in prototypes for ZWGCPLUS --- zwgc/exec.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zwgc') 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 *); -- cgit v1.2.3