home *** CD-ROM | disk | FTP | other *** search
- *** orig/texinfo-.1/info/termdep.h Sun Aug 29 18:41:18 1993
- --- src/texinfo-.1/info/termdep.h Sun Aug 29 19:02:36 1993
- ***************
- *** 41,47 ****
- --- 41,49 ----
- #endif /* HAVE_SYS_PTEM_H */
- #else /* !HAVE_TERMIO_H */
- #include <sys/file.h>
- + #if !defined (__MSDOS__)
- #include <sgtty.h>
- + #endif /* !__MSDOS__ */
- #include <strings.h>
- #endif /* !HAVE_TERMIO_H */
-
-