mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ec09a2fb47
Submitted by: giffunip@asme.org PR: 6419
20 lines
457 B
Plaintext
20 lines
457 B
Plaintext
*** 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>
|