diff options
| author | Sascha Schumann <sas@php.net> | 1999-12-18 23:28:43 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-12-18 23:28:43 +0000 |
| commit | d15e7a5ec262a0b7834db57c6eb99ee4477dd5f9 (patch) | |
| tree | 8513405ea27ef7c1d72371b3191ff3d290dd7c81 /ext | |
| parent | ce10927efb8a37b1405a07ce9741e4259e81e896 (diff) | |
| download | php-git-d15e7a5ec262a0b7834db57c6eb99ee4477dd5f9.tar.gz | |
Fix for missing RAND_MAX on SunOS 4.1
Reported by: Brian Lalor <blalor@netDrives.com>
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/session/session.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/session/session.c b/ext/session/session.c index 9090fea28b..9a56e5e698 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -36,6 +36,7 @@ #include "ext/standard/datetime.h" #include "ext/standard/php_lcg.h" #include "ext/standard/url_scanner.h" +#include "ext/standard/php_rand.h" /* for RAND_MAX */ #ifdef ZTS int ps_globals_id; |
