summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 04:14:19 +0000
committerdjm <djm>2006-07-24 04:14:19 +0000
commitf44a8a6c250774a42750f709820ac2d8f52ef32b (patch)
tree13d8fa7e0b43a09da5718f782a4cfed2c9ba6563 /kex.h
parenta26529fbffdcb7bc487bf6ae062cc7d6482d23ec (diff)
downloadopenssh-f44a8a6c250774a42750f709820ac2d8f52ef32b.tar.gz
- 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 'kex.h')
-rw-r--r--kex.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index a4a8af33..a48c5c88 100644
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.42 2006/04/20 09:27:09 djm Exp $ */
+/* $OpenBSD: kex.h,v 1.43 2006/07/23 01:11:05 stevesk Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -28,6 +28,9 @@
#include <signal.h>
#include <openssl/evp.h>
+
+#include <signal.h>
+
#include "buffer.h"
#include "cipher.h"
#include "key.h"