]> granicus.if.org Git - php/commitdiff
- Get rid of warning on win32, non-threadsafe mode.
authorAndi Gutmans <andi@php.net>
Wed, 22 Sep 1999 05:26:22 +0000 (05:26 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 22 Sep 1999 05:26:22 +0000 (05:26 +0000)
ext/standard/lcg.c

index 8fe4950aa0e0b8493c86578758778595903e8214..6e87f24df89c0a1487089e37572f10c7f096e203 100644 (file)
@@ -29,6 +29,10 @@ int lcg_globals_id;
 static php_lcg_globals lcg_globals;
 #endif
 
+#if WIN32||WINNT
+#include <process.h>
+#endif
+
 /*
  * combinedLCG() returns a pseudo random number in the range of (0,1).
  * The function combines two CGs with periods of