0910961
diff -up gftp-2.0.18/lib/pty.c.stropts gftp-2.0.18/lib/pty.c
0910961
--- gftp-2.0.18/lib/pty.c.stropts	2008-04-02 16:22:00.000000000 -0400
0910961
+++ gftp-2.0.18/lib/pty.c	2008-04-02 16:22:45.000000000 -0400
0910961
@@ -61,10 +61,6 @@ _gftp_ptys_open (int fdm, int fds, char 
0910961
 
0910961
 #elif HAVE_GRANTPT
0910961
 
0910961
-#ifndef __FreeBSD__
0910961
-#include <stropts.h>
0910961
-#endif
0910961
-
0910961
 char *
0910961
 gftp_get_pty_impl (void)
0910961
 {