X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fconst.c;fp=src%2Ftypes%2Fconst.c;h=6d44d7741602d304cb1ab90ba71d3bbfc197fdb6;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hp=627707078b289af3a4365c18234070f55befb08b;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890;p=m6w6%2Fext-psi diff --git a/src/types/const.c b/src/types/const.c index 6277070..6d44d77 100644 --- a/src/types/const.c +++ b/src/types/const.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" struct psi_const *psi_const_init(struct psi_impl_type *type, zend_string *name,