summaryrefslogtreecommitdiff
path: root/lang/squeak-dev/files/patch-platforms__unix__plugins__PseudoTTYPlugin__openpty.h
blob: 36dd49bcd97ba4b1687a9866976ef65d1d6e6755 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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 */