summaryrefslogtreecommitdiff
path: root/ext/spl/php_spl.c
diff options
context:
space:
mode:
authorLeigh <leigh@php.net>2016-07-05 11:16:37 +0100
committerLeigh <leigh@php.net>2016-07-05 11:16:37 +0100
commiteba6e7ce9ac721b072ee3afb1cae883b774f3714 (patch)
tree64d15dbc8a2cc837e2722b9ed3d36da2ce1dfc8a /ext/spl/php_spl.c
parent421cc65510cead9c554f87e83edd0f903a733969 (diff)
downloadphp-git-eba6e7ce9ac721b072ee3afb1cae883b774f3714.tar.gz
Split rand and mt_rand into separate files
Diffstat (limited to 'ext/spl/php_spl.c')
-rw-r--r--ext/spl/php_spl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c
index 5bbb99f2c5..d4d1a208a8 100644
--- a/ext/spl/php_spl.c
+++ b/ext/spl/php_spl.c
@@ -40,7 +40,7 @@
#include "zend_exceptions.h"
#include "zend_interfaces.h"
#include "ext/standard/php_rand.h"
-#include "ext/standard/php_lcg.h"
+#include "ext/standard/php_mt_rand.h"
#include "main/snprintf.h"
#ifdef COMPILE_DL_SPL