summaryrefslogtreecommitdiffstats
path: root/dispatch.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:14:19 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:14:19 +1000
commitd8337c5e609b3bafda0008aef2636d6f17c622ef (patch)
tree7af8be5f4dbbb23fe0f505af0da0faba4450187c /dispatch.c
parente3476ed03bf9beca3ad0e5447dc9422a546d19ec (diff)
- stevesk@cvs.openbsd.org 2006/07/23 01:11:05
[auth.h dispatch.c kex.h sftp-client.c] #include <signal.h> for sig_atomic_t; need this prior to <sys/param.h> move
Diffstat (limited to 'dispatch.c')
-rw-r--r--dispatch.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/dispatch.c b/dispatch.c
index 4f965a62..c1d98a78 100644
--- a/dispatch.c
+++ b/dispatch.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dispatch.c,v 1.19 2006/04/20 09:27:09 djm Exp $ */
+/* $OpenBSD: dispatch.c,v 1.20 2006/07/23 01:11:05 stevesk Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -24,6 +24,8 @@
*/
#include "includes.h"
+#include <signal.h>
+
#include "ssh1.h"
#include "ssh2.h"
#include "log.h"