From c867b510df2a2f746ae2ec60116b5b4f463abd83 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Tue, 25 Aug 2015 11:58:13 +0200 Subject: [PATCH] include range checks with the portability header --- Zend/zend_portability.h | 2 ++ 1 file changed, 2 insertions(+) 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 #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__) -- 2.49.0