mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.2'
* PHP-8.2: random: Add missing `php.h` include to php_random.h (#10764)
This commit is contained in:
commit
08bae7f370
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#ifndef PHP_RANDOM_H
|
||||
# define PHP_RANDOM_H
|
||||
|
||||
# include "php.h"
|
||||
# include "zend_result.h"
|
||||
|
||||
PHPAPI double php_combined_lcg(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue