- (djm) [sshconnect.c] Need signal.h for prototype for kill(2)
diff --git a/sshconnect.c b/sshconnect.c
index 2cbd47d..78068c6 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -34,6 +34,7 @@
 #include <paths.h>
 #endif
 #include <pwd.h>
+#include <signal.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>