fix missing include config.h
authorMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 13:40:12 +0000 (14:40 +0100)
committerMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 13:40:12 +0000 (14:40 +0100)
src/types/assert_stmt.c

index 6dbed60568c6c3c8a4d512f21fb07b288443dc23..ee9e50eab2acb2babe8ef4250e84278d946c58cf 100644 (file)
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 *******************************************************************************/
 
  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"
 
 #include "data.h"
 #include "calc.h"