--- code/trunk/pcre_dfa_exec.c 2007/06/13 15:09:54 182 +++ code/trunk/pcre_dfa_exec.c 2007/07/31 14:39:09 199 @@ -44,6 +44,10 @@ applications. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #define NLBLOCK md /* Block containing newline information */ #define PSSTART start_subject /* Field containing processed string start */ #define PSEND end_subject /* Field containing processed string end */