X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ferror.c;h=c130e71a268f61011e9beb5718c707f1c8326c60;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hp=48a41ac2481dc99042da0d8540eb4503b7f1b1ee;hpb=d4bd55e7d9b1cf63cd6fdc96b70010a0c2aca963;p=m6w6%2Fext-psi diff --git a/src/error.c b/src/error.c index 48a41ac..c130e71 100644 --- a/src/error.c +++ b/src/error.c @@ -23,7 +23,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *******************************************************************************/ -#include "php_psi_stdinc.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#else +# include "php_config.h" +#endif #include "data.h" /* zend_error_cb */