Fix for missing RAND_MAX on SunOS 4.1

This commit is contained in:
Sascha Schumann 1999-12-19 14:27:45 +00:00
parent 48fb8ba3cd
commit 143b02d8a4

View File

@ -16,10 +16,12 @@
+----------------------------------------------------------------------+
*/
#include "php_reentrancy.h"
#include <string.h>
#include "php_reentrancy.h"
#include "ext/standard/php_rand.h" /* for RAND_MAX */
enum {
LOCALTIME_R,
CTIME_R,