Add one more missing declaration of environ;

This commit is contained in:
nelsonb%netscape.com 2001-11-15 20:40:44 +00:00
Родитель fcb44ff314
Коммит 9e12e0aa44
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -807,6 +807,7 @@ void RNG_SystemInfoForRNG(void)
size_t bytes;
int extra;
char **cp;
extern char **environ;
char *randfile;
GiveSystemInfo();