--- code/trunk/pcre_version.c 2007/04/04 14:06:52 145 +++ code/trunk/pcre_version.c 2007/09/11 12:57:06 236 @@ -42,6 +42,10 @@ string that identifies the PCRE version that is in use. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "pcre_internal.h"