From: Pierre Joye Date: Thu, 29 Jul 2010 11:58:41 +0000 (+0000) Subject: - fix build X-Git-Tag: php-5.3.4RC1~410 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=110fab9803ac0b3462e37e286b17da7f6329a734;p=php - fix build --- diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h index 277c1e7688..2e04b29aa7 100644 --- a/ext/pcre/pcrelib/config.h +++ b/ext/pcre/pcrelib/config.h @@ -1,6 +1,9 @@ #include -#include + +#ifndef PHP_WIN32 +# include +#endif #undef PACKAGE_NAME #undef PACKAGE_VERSION