From: Jon Parise Date: Thu, 22 Feb 2001 03:37:32 +0000 (+0000) Subject: The php_rand() and php_srand() functions added in the previous commit X-Git-Tag: php-4.0.5RC1~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0af96a9fe961dfa5a92607dbc317b50a88c00f1;p=php The php_rand() and php_srand() functions added in the previous commit require the inclusion of php_rand.h. --- diff --git a/ext/standard/crypt.c b/ext/standard/crypt.c index 269d06ad2a..95128bea72 100644 --- a/ext/standard/crypt.c +++ b/ext/standard/crypt.c @@ -48,6 +48,7 @@ extern char *crypt(char *__key,char *__salt); #include "php_lcg.h" #include "php_crypt.h" +#include "php_rand.h" /* The capabilities of the crypt() function is determined by the test programs