summaryrefslogtreecommitdiffstats
path: root/kex.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 04:28:53 +0200
committerDamien Miller <djm@mindrot.org>2006-04-23 04:28:53 +0200
commit2bdd1c117c82ecbf1949e39fcaf984e5fdd6d911 (patch)
treef0d1934bef28247e2886e36081009e0eb378bec8 /kex.h
parent - dtucker@cvs.openbsd.org 2006/04/18 10:44:28 (diff)
downloadopenssh-2bdd1c117c82ecbf1949e39fcaf984e5fdd6d911.tar.xz
openssh-2bdd1c117c82ecbf1949e39fcaf984e5fdd6d911.zip
- (djm) [auth.h dispatch.h kex.h] sprinkle in signal.h to get
sig_atomic_t
Diffstat (limited to '')
-rw-r--r--kex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kex.h b/kex.h
index 137c3d8eb..a4a8af33e 100644
--- a/kex.h
+++ b/kex.h
@@ -26,6 +26,7 @@
#ifndef KEX_H
#define KEX_H
+#include <signal.h>
#include <openssl/evp.h>
#include "buffer.h"
#include "cipher.h"