summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_portability.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_portability.h b/Zend/zend_portability.h
index 2736bf4440..ffa0d86907 100644
--- a/Zend/zend_portability.h
+++ b/Zend/zend_portability.h
@@ -78,6 +78,8 @@
#include <intrin.h>
#endif
+#include "zend_range_check.h"
+
/* GCC x.y.z supplies __GNUC__ = x and __GNUC_MINOR__ = y */
#ifdef __GNUC__
# define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)