Sigh, some platforms have stdio.h included, some don't.

This commit is contained in:
relyea%netscape.com 2001-09-20 23:19:15 +00:00
Родитель 3f585fbbef
Коммит 49a563e048
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -61,7 +61,10 @@
#endif
/* sigh */
#ifndef EOF
/* stdio was not included */
extern int sprintf(char *out, char *fmt, ...);
#endif
#ifdef XP_MAC
#ifndef __POWERPC__