- (tim) [openssh/sshpty.c openssh/openbsd-compat/port-tun.c] put in some
   includes removed from includes.h
diff --git a/sshpty.c b/sshpty.c
index 7cfcf91..7241580 100644
--- a/sshpty.c
+++ b/sshpty.c
@@ -17,6 +17,7 @@
 #include <sys/ioctl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
+#include <signal.h>
 
 #ifdef HAVE_PATHS_H
 # include <paths.h>