X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fphp_pqres.c;h=2853275dfc85fbc72984fa613ea2cbc43dbfe337;hb=c130785b600e2f27e873c6b6ec4eac062e14701f;hp=a9ab9c7c562c67d733ff7f7f1b0a4cfcb0d9af24;hpb=e39a656855be0ccc88fd0f90910eb90acd6e4a9f;p=m6w6%2Fext-pq diff --git a/src/php_pqres.c b/src/php_pqres.c index a9ab9c7..2853275 100644 --- a/src/php_pqres.c +++ b/src/php_pqres.c @@ -17,9 +17,10 @@ #include #include -#if HAVE_JSON -#include +#if PHP_PQ_HAVE_PHP_JSON_H +#include /* we've added the include directory to INCLUDES */ #endif + #include #include "php_pq.h"