diff options
-rw-r--r-- | ext/standard/crypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |