summaryrefslogtreecommitdiff
blob: 1ebb9b969b2438d225065f626187911cfb46b4f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/libspt.c
+++ b/libspt.c
@@ -7,9 +7,6 @@
 #include <time.h>
 #include <stdio.h>  /* for perror() */
 #include <signal.h>
-#ifdef HAVE_PTY_SVR4
-#include <sys/stropts.h>
-#endif
 
 struct spt_handle_tag {
     connection *pconn;