Skip to content

Commit 68283c9

Browse files
realitykingsmalyshev
authored andcommitted
Fix a compiler warning in php_rand.h
1 parent 49341e9 commit 68283c9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ext/standard/php_rand.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include <stdlib.h>
2929
#include "basic_functions.h"
30+
#include "php_lcg.h"
3031

3132
/* System Rand functions */
3233
#ifndef RAND_MAX

ext/standard/rand.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include "php.h"
3131
#include "php_math.h"
3232
#include "php_rand.h"
33-
#include "php_lcg.h"
3433

3534
#include "basic_functions.h"
3635

0 commit comments

Comments
 (0)