X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Fdata.c;h=6ce20a76eb08dcd4a144a361c2a6225399e94cfd;hb=1124354f4666e9d10d9ad3acfa45fdba3b99cfc6;hp=57b6f4d0c0b936ad7b2b48eed3e860d5582d10c0;hpb=f76cbab7698c988217d56a96f3ef68005cddd5ec;p=m6w6%2Fext-psi diff --git a/src/data.c b/src/data.c index 57b6f4d..6ce20a7 100644 --- a/src/data.c +++ b/src/data.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" #include "data.h"