X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq_misc.h;h=196b35cc88e2f21c16d3966bd673499df99421a6;hp=d515d29e7c8c220417df4506a7679d1d126f6d6d;hb=359b3471d6ed843d8ecf9d5fb0b85f06af446800;hpb=218002ba9087cf49f90e5f098f68a154d6092c78 diff --git a/src/php_pq_misc.h b/src/php_pq_misc.h index d515d29..196b35c 100644 --- a/src/php_pq_misc.h +++ b/src/php_pq_misc.h @@ -15,10 +15,11 @@ #define PHP_PQ_ERROR_H #include -#include "php_pqres.h" typedef int STATUS; /* SUCCESS/FAILURE */ +#include "php_pqres.h" + /* TSRM morony */ #if PHP_VERSION_ID >= 50700 # define z_is_true(z) zend_is_true(z TSRMLS_CC)