build administrativa
[m6w6/ext-psi] / src / types / let_stmt.c
index 776d20637c241a41313ce9632aa6c43be22c0575..77375e881b85a13cedb93e10f32f95c60824894a 100644 (file)
  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 "data.h"
 
 struct psi_let_stmt *psi_let_stmt_init(struct psi_let_exp *exp)