X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Ffree_stmt.c;h=de2676220897e94dcaca462fa8d9fcaaaf26e27a;hb=4bf8ff5e477da2fa4f82518bb947055c2c0374d6;hp=b6254b393eaeb26e809469566da7986f17679fca;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/free_stmt.c b/src/types/free_stmt.c index b6254b3..de26762 100644 --- a/src/types/free_stmt.c +++ b/src/types/free_stmt.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_free_stmt *psi_free_stmt_init(struct psi_plist *exps)