X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2Fdecl_extvar.c;h=85642e3a8ad734955299485d8cda475ed867ea69;hb=d2e0af1718294569a84c3c15616c74e4d55ea579;hp=34273284d604cdc2a5a63ce86f5136de9f9cfec5;hpb=f76cbab7698c988217d56a96f3ef68005cddd5ec;p=m6w6%2Fext-psi diff --git a/src/types/decl_extvar.c b/src/types/decl_extvar.c index 3427328..85642e3 100644 --- a/src/types/decl_extvar.c +++ b/src/types/decl_extvar.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 "php_psi.h"