summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-10-12 13:30:44 +1100
committerDamien Miller <djm@mindrot.org>2010-10-12 13:30:44 +1100
commit9c0c31d2db8563b21e15d920ee589c891593a006 (patch)
treefff1d6dc21c2513eccbedc6fee8e05c2f3614135 /sshconnect.c
parent47e57bfab40ba681edf47e136474fe30db2dab73 (diff)
- (djm) [sshconnect.c] Need signal.h for prototype for kill(2)
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c1
1 files changed, 1 insertions, 0 deletions
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>