Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!ccu1.aukuni.ac.nz!russell From: russell@ccu1.aukuni.ac.nz Newsgroups: comp.sys.sgi Subject: Re: Cannot find the include file I need Message-ID: <9006122327.AA27520@ccu1.aukuni.ac.nz> Date: 13 Jun 90 03:24:30 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 15 X-Unparsable-Date: Wed, 13 Jun 90 11:27:32 NZT Curses does not use the structures sgtty! curses.h typedefs structure to termio for system V! #ifdef SYSV # ifndef VINTR # include # endif /* VINTR */ typedef struct termio SGTTY; !!!!!!!! #else /* !SYSV */ # ifndef _SGTTYB_ # include # endif /* _SGTTYB_ */ typedef struct sgttyb SGTTY; I fell into the same misconception a while back!