]> granicus.if.org Git - php/commitdiff
The php_rand() and php_srand() functions added in the previous commit
authorJon Parise <jon@php.net>
Thu, 22 Feb 2001 03:37:32 +0000 (03:37 +0000)
committerJon Parise <jon@php.net>
Thu, 22 Feb 2001 03:37:32 +0000 (03:37 +0000)
require the inclusion of php_rand.h.

ext/standard/crypt.c

index 269d06ad2a9dca4283d9659eccacf3a33ace0298..95128bea7281ddf7c47db117a3c0f848ab4c08ba 100644 (file)
@@ -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