- (djm) [sshconnect.c] Need signal.h for prototype for kill(2)
This commit is contained in:
parent
47e57bfab4
commit
9c0c31d2db
|
@ -1,6 +1,7 @@
|
|||
20101011
|
||||
- (djm) [canohost.c] Zero a4 instead of addr to better match type.
|
||||
bz#1825, reported by foo AT mailinator.com
|
||||
- (djm) [sshconnect.c] Need signal.h for prototype for kill(2)
|
||||
|
||||
20101011
|
||||
- (djm) [configure.ac] Use = instead of == in shell tests. Patch from
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <paths.h>
|
||||
#endif
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue