blob: ee8758f0f23d2e7c978e9c6c18d01425c4ecfc7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ru stunnel-3.26/pty.c stunnel-3.26+iPhone/pty.c
--- stunnel-3.26/pty.c 2003-08-01 23:43:03.000000000 +0000
+++ stunnel-3.26+iPhone/pty.c 2008-04-04 18:33:41.000000000 +0000
@@ -54,6 +54,8 @@
#define O_NOCTTY 0
#endif /* O_NOCTTY */
+#include <OSServices/OpenTransportProtocol.h>
+
/*
* Allocates and opens a pty. Returns -1 if no pty could be allocated, or
* zero if a pty was successfully allocated. On success, open file
|