Skip to content

Commit 08bae7f

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: random: Add missing `php.h` include to php_random.h (#10764)
2 parents 9f591c9 + 5087931 commit 08bae7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/random/php_random.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#ifndef PHP_RANDOM_H
3232
# define PHP_RANDOM_H
3333

34+
# include "php.h"
3435
# include "zend_result.h"
3536

3637
PHPAPI double php_combined_lcg(void);

0 commit comments

Comments
 (0)