From: Vlad Krupin Date: Sat, 29 Dec 2001 01:50:10 +0000 (+0000) Subject: fixed bug preventing pspell from building when pspell header files are X-Git-Tag: PRE_ISSET_PATCH~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f307b2a53ffc91e04ae5f4c01c8176814499cb8;p=php fixed bug preventing pspell from building when pspell header files are located in an unusual (e.g. /usr/local/include/pspell) location. @fixed bug that made pspell include pspell.h from a wrong location. (Vlad) --- diff --git a/ext/pspell/pspell.c b/ext/pspell/pspell.c index cd90285bf6..52d2587422 100644 --- a/ext/pspell/pspell.c +++ b/ext/pspell/pspell.c @@ -36,7 +36,7 @@ #define USE_ORIGINAL_MANAGER_FUNCS #include "php_pspell.h" -#include +#include #include "ext/standard/info.h" #define PSPELL_FAST 1L