From 09f69ca02d70941bda9d52d7301462b735249f1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rouven=20We=C3=9Fling?= Date: Mon, 24 Feb 2014 14:45:42 +0100 Subject: [PATCH] Fix a compiler warning in php_rand.h --- ext/standard/php_rand.h | 1 + ext/standard/rand.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/php_rand.h b/ext/standard/php_rand.h index 2928d98c5e..0e8abb3613 100644 --- a/ext/standard/php_rand.h +++ b/ext/standard/php_rand.h @@ -27,6 +27,7 @@ #include #include "basic_functions.h" +#include "php_lcg.h" /* System Rand functions */ #ifndef RAND_MAX diff --git a/ext/standard/rand.c b/ext/standard/rand.c index b0af30aa9d..702fec2311 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -30,7 +30,6 @@ #include "php.h" #include "php_math.h" #include "php_rand.h" -#include "php_lcg.h" #include "basic_functions.h" -- 2.40.0