home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / texinfo-.1 / info / termdep.h < prev    next >
Encoding:
Text File  |  1993-11-28  |  394 b   |  15 lines

  1. *** orig/texinfo-.1/info/termdep.h    Sun Aug 29 18:41:18 1993
  2. --- src/texinfo-.1/info/termdep.h    Sun Aug 29 19:02:36 1993
  3. ***************
  4. *** 41,47 ****
  5. --- 41,49 ----
  6.   #endif /* HAVE_SYS_PTEM_H */
  7.   #else /* !HAVE_TERMIO_H */
  8.   #include <sys/file.h>
  9. + #if !defined (__MSDOS__)
  10.   #include <sgtty.h>
  11. + #endif  /* !__MSDOS__ */
  12.   #include <strings.h>
  13.   #endif /* !HAVE_TERMIO_H */
  14.   
  15.