mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/{standard,json,random,...}: add missing includes
This commit is contained in:
parent
16203b53e1
commit
308fd311ea
41 changed files with 81 additions and 2 deletions
|
@ -27,6 +27,8 @@
|
|||
#include "Zend/zend_enum.h"
|
||||
#include "Zend/zend_exceptions.h"
|
||||
|
||||
#include <float.h> // for DBL_MANT_DIG
|
||||
|
||||
static inline void randomizer_common_init(php_random_randomizer *randomizer, zend_object *engine_object) {
|
||||
if (engine_object->ce->type == ZEND_INTERNAL_CLASS) {
|
||||
/* Internal classes always php_random_engine struct */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue