X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fdecl_abi.c;h=98721d10ec99c7241a9c5aeefe796eac3cd5ba73;hp=02fdc508ddb7ca1ecd8e2e9aba9136510b388bc9;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/types/decl_abi.c b/src/types/decl_abi.c index 02fdc50..98721d1 100644 --- a/src/types/decl_abi.c +++ b/src/types/decl_abi.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_decl_abi *psi_decl_abi_init(zend_string *convention)