diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-24 14:14:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-24 14:14:19 +1000 |
commit | d8337c5e609b3bafda0008aef2636d6f17c622ef (patch) | |
tree | 7af8be5f4dbbb23fe0f505af0da0faba4450187c /kex.h | |
parent | e3476ed03bf9beca3ad0e5447dc9422a546d19ec (diff) | |
download | openssh-git-d8337c5e609b3bafda0008aef2636d6f17c622ef.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.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |