X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fdecl_abi.c;h=98721d10ec99c7241a9c5aeefe796eac3cd5ba73;hb=698841dfdd4d70d24e0b7af25ac7100bc2cb26a4;hp=02fdc508ddb7ca1ecd8e2e9aba9136510b388bc9;hpb=f76cbab7698c988217d56a96f3ef68005cddd5ec;p=m6w6%2Fext-psi 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)