From 110fab9803ac0b3462e37e286b17da7f6329a734 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 29 Jul 2010 11:58:41 +0000 Subject: [PATCH] - fix build --- ext/pcre/pcrelib/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.40.0