blob: 2b984565914cd9df6926d1e5dc950cda34714945 (
plain) (
tree)
|
|
*** src/AnsiTerm/AnsiTermT.c.orig Wed Nov 29 12:47:58 1995
--- src/AnsiTerm/AnsiTermT.c Sat Apr 25 22:23:50 1998
***************
*** 32,38 ****
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
! #ifdef USE_PTY
#include <sys/ptyio.h>
#endif
#include <X11/Intrinsic.h>
--- 32,38 ----
#include <unistd.h>
#include <fcntl.h>
#include <sys/wait.h>
! #ifdef USE_PTYIO_H
#include <sys/ptyio.h>
#endif
#include <X11/Intrinsic.h>
|