From b0af96a9fe961dfa5a92607dbc317b50a88c00f1 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 22 Feb 2001 03:37:32 +0000 Subject: [PATCH] The php_rand() and php_srand() functions added in the previous commit require the inclusion of php_rand.h. --- ext/standard/crypt.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1