projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
51c9c86
)
fix missing include config.h
author
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 13:40:12 +0000
(14:40 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 4 Dec 2018 13:40:12 +0000
(14:40 +0100)
src/types/assert_stmt.c
patch
|
blob
|
history
diff --git
a/src/types/assert_stmt.c
b/src/types/assert_stmt.c
index 6dbed60568c6c3c8a4d512f21fb07b288443dc23..ee9e50eab2acb2babe8ef4250e84278d946c58cf 100644
(file)
--- a/
src/types/assert_stmt.c
+++ b/
src/types/assert_stmt.c
@@
-23,6
+23,12
@@
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"