X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ferror.c;h=c130e71a268f61011e9beb5718c707f1c8326c60;hp=48a41ac2481dc99042da0d8540eb4503b7f1b1ee;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890;ds=sidebyside 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 */