diff options
Diffstat (limited to 'dispatch.c')
-rw-r--r-- | dispatch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dispatch.c b/dispatch.c index 4f965a62d..c1d98a78e 100644 --- a/dispatch.c +++ b/dispatch.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dispatch.c,v 1.19 2006/04/20 09:27:09 djm Exp $ */ | 1 | /* $OpenBSD: dispatch.c,v 1.20 2006/07/23 01:11:05 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -24,6 +24,8 @@ | |||
24 | */ | 24 | */ |
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | 26 | ||
27 | #include <signal.h> | ||
28 | |||
27 | #include "ssh1.h" | 29 | #include "ssh1.h" |
28 | #include "ssh2.h" | 30 | #include "ssh2.h" |
29 | #include "log.h" | 31 | #include "log.h" |