<termios.h> not <sys/termios.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@63 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1995-07-20 01:43:20 +00:00
parent a59b3fadbd
commit 5e9fe73c9e

View File

@@ -70,7 +70,7 @@
# ifdef SYSV_TERMIO # ifdef SYSV_TERMIO
# include <sys/termio.h> # include <sys/termio.h>
# else # else
# include <sys/termios.h> # include <termios.h>
# define termio termios # define termio termios
# endif # endif
# endif # endif