1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/lang/squeak3/files/patch-openpty-h
Ying-Chieh Liao dda8d1c60c upgrade to 3.2-4
change maintainer email

PR:		42634
Submitted by:	maintainer
2002-09-21 00:47:27 +00:00

15 lines
444 B
Plaintext

--- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig Tue Sep 10 13:38:07 2002
+++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h Tue Sep 10 13:38:52 2002
@@ -43,7 +43,10 @@
# elif defined(HAVE_UTIL_H)
# include <util.h> /* openpty() */
# else
-# error: cannot find headers for openpty()
+# include <sys/types.h>
+# include <sys/ioctl.h>
+# include <termios.h>
+# include <libutil.h>
# endif
#else /* !HAVE_OPENPTY */