Skip to content

Commit c867b51

Browse files
committed
include range checks with the portability header
1 parent e2ce37b commit c867b51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_portability.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
#include <intrin.h>
7979
#endif
8080

81+
#include "zend_range_check.h"
82+
8183
/* GCC x.y.z supplies __GNUC__ = x and __GNUC_MINOR__ = y */
8284
#ifdef __GNUC__
8385
# define ZEND_GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)

0 commit comments

Comments
 (0)