Add one more missing declaration of environ;

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

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

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