[WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h.

Required by SCO ODT 2.0 systems.  Reported by William Bader.
This commit is contained in:
Jim Meyering
1999-03-20 04:07:01 +00:00
parent f9ce2cffec
commit a6ea4bd455
+5
View File
@@ -55,6 +55,11 @@
# include <sys/ioctl.h>
#endif
#ifdef WINSIZE_IN_PTEM
# include <sys/stream.h>
# include <sys/ptem.h>
#endif
#include <stdio.h>
#include <grp.h>
#include <pwd.h>