1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-toolkits/FWF/files/patch-ac

20 lines
457 B
Plaintext
Raw Normal View History

*** 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>