Bug #130117: add a prototype required to compile cleanly on IRIX

(contributed by Paul Jackson)
This commit is contained in:
Andrew M. Kuchling 2001-01-28 18:10:23 +00:00
parent c37f5b3296
commit 399b8af563
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ char *PyCursesVersion = "2.1";
extern int setupterm(char *,int,int *);
#ifdef sgi
extern char *tigetstr(char *);
extern char *tparm(char *instring, ...);
#endif
#if defined(sgi) || defined(__sun__)