1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

killed a compile warning.

This commit is contained in:
foobar
2001-08-07 19:21:19 +00:00
parent 587e3600d8
commit ac28ca9d85

View File

@@ -29,9 +29,9 @@
int lcg_globals_id;
#else
static php_lcg_globals lcg_globals;
#endif
static int php_lcg_initialized = 0;
#endif
#ifdef PHP_WIN32
#include <process.h>