From fd7326395b0b65c58595b89b86e2e4089a847a0f Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 26 Sep 2002 19:18:35 +0000 Subject: [PATCH] Fix warning. --- ext/standard/string.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/string.c b/ext/standard/string.c index 72b0a7c774..586d9f2f41 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -25,6 +25,7 @@ #include #include "php.h" #include "reg.h" +#include "php_rand.h" #include "php_string.h" #include "php_variables.h" #ifdef HAVE_LOCALE_H -- 2.50.1