1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/lang/squeak3/files/patch-openpty-h
Tilman Keskinoz ac40454ac3 Update to 3.2-5
PR:		48918, 47096
Submitted by:	maintainer
2003-03-23 19:10:01 +00:00

15 lines
461 B
Plaintext

--- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig Tue Jan 14 16:02:55 2003
+++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h Tue Jan 14 16:03:09 2003
@@ -45,7 +45,10 @@
# elif defined(HAVE_LIBUTIL_H)
# include <libutil.h> /* openpty() on FreeBSD */
# 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 */