Index: eval.h --- eval.h.orig 2004-10-29 16:48:41 +0200 +++ eval.h 2006-12-30 12:16:17 +0100 @@ -33,7 +33,7 @@ #ifndef _EVAL_H_ #define _EVAL_H_ -#include +#include "pcreposix.h" enum { VAL_UNDEF=0, VAL_TRUE, VAL_FALSE }; enum { COND_CONNECT, COND_HELO, COND_ENVFROM, COND_ENVRCPT, Index: parse.y --- parse.y.orig 2004-10-29 16:48:42 +0200 +++ parse.y 2006-12-30 12:16:01 +0100 @@ -44,7 +44,6 @@ #include "eval.h" int yyerror(char *, ...); -static int yyparse(void); static int define_macro(const char *, struct expr *); static struct expr *find_macro(const char *);