X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pqres.c;h=2853275dfc85fbc72984fa613ea2cbc43dbfe337;hp=a9ab9c7c562c67d733ff7f7f1b0a4cfcb0d9af24;hb=da7b5981c5ae28504434c492d468913645111d66;hpb=faed41ad3a2645aa78d7c0b5630e898939c65dcd 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"