Index: eval.h --- eval.h.orig 2007-01-11 16:49:52.000000000 +0100 +++ eval.h 2013-11-25 20:33:57.361669079 +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_MACRO, COND_CONNECT, COND_HELO, COND_ENVFROM, COND_ENVRCPT, Index: milter-regex.c --- milter-regex.c.orig 2013-11-25 09:41:55.000000000 +0100 +++ milter-regex.c 2013-11-25 20:33:57.361669079 +0100 @@ -50,7 +50,7 @@ #ifdef __linux__ #include #endif -#include +#include "milter/mfapi.h" #include "eval.h" Index: parse.y --- parse.y.orig 2011-11-24 14:43:27.000000000 +0100 +++ parse.y 2013-11-25 20:35:10.391650322 +0100 @@ -39,12 +39,11 @@ #include #include #include -#include +#include "milter/mfapi.h" #include "eval.h" int yyerror(const char *, ...); -static int yyparse(void); static int define_macro(const char *, struct expr *); static struct expr *find_macro(const char *);