Re: Missing definitions in termios.h

2005-09-08 Thread Alex Kholodenko
> On Sep 5 13:10, Alex Kholodenko wrote: > > While compiling some project I've got following errors: > > > > picport.cc:63: `TIOCM_RTS' undeclared (first use this function) > > picport.cc:67: `TIOCM_DTR' undeclared (first use this function) > > picp

Missing definitions in termios.h

2005-09-05 Thread Alex Kholodenko
While compiling some project I've got following errors: picport.cc:63: `TIOCM_RTS' undeclared (first use this function) picport.cc:67: `TIOCM_DTR' undeclared (first use this function) picport.cc:70: `TIOCMSET' undeclared (first use this function) picport.cc:101: `TIOCCBRK' undeclared (first use th