diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | sshconnect.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20101011 | 1 | 20101011 |
2 | - (djm) [canohost.c] Zero a4 instead of addr to better match type. | 2 | - (djm) [canohost.c] Zero a4 instead of addr to better match type. |
3 | bz#1825, reported by foo AT mailinator.com | 3 | bz#1825, reported by foo AT mailinator.com |
4 | - (djm) [sshconnect.c] Need signal.h for prototype for kill(2) | ||
4 | 5 | ||
5 | 20101011 | 6 | 20101011 |
6 | - (djm) [configure.ac] Use = instead of == in shell tests. Patch from | 7 | - (djm) [configure.ac] Use = instead of == in shell tests. Patch from |
diff --git a/sshconnect.c b/sshconnect.c index 2cbd47d0c..78068c602 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -34,6 +34,7 @@ | |||
34 | #include <paths.h> | 34 | #include <paths.h> |
35 | #endif | 35 | #endif |
36 | #include <pwd.h> | 36 | #include <pwd.h> |
37 | #include <signal.h> | ||
37 | #include <stdarg.h> | 38 | #include <stdarg.h> |
38 | #include <stdio.h> | 39 | #include <stdio.h> |
39 | #include <stdlib.h> | 40 | #include <stdlib.h> |