fix missing include config.h
[m6w6/ext-psi] / src / types / assert_stmt.c
index 6dbed60568c6c3c8a4d512f21fb07b288443dc23..ee9e50eab2acb2babe8ef4250e84278d946c58cf 100644 (file)
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *******************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#else
+# include "php_config.h"
+#endif
+
 #include "data.h"
 #include "calc.h"