X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fimpl_arg.c;h=598df661e545c181898568fbc9564720127d3ae1;hp=12e09b6f094615a2abbd3c0f9cc1f958284e3014;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hpb=fb8f7887c289ae74d6e8dd85d55ae09e6796e890 diff --git a/src/types/impl_arg.c b/src/types/impl_arg.c index 12e09b6..598df66 100644 --- a/src/types/impl_arg.c +++ b/src/types/impl_arg.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_impl_arg *psi_impl_arg_init(struct psi_impl_type *type,