diff options
Diffstat (limited to 'crypto/openssh/packet.h')
-rw-r--r-- | crypto/openssh/packet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/packet.h b/crypto/openssh/packet.h index 8c23646aaae4..21ff45067391 100644 --- a/crypto/openssh/packet.h +++ b/crypto/openssh/packet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.43 2005/07/25 11:59:40 markus Exp $ */ +/* $OpenBSD: packet.h,v 1.45 2006/03/25 22:22:43 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -16,6 +16,8 @@ #ifndef PACKET_H #define PACKET_H +#include <termios.h> + #include <openssl/bn.h> void packet_set_connection(int, int); |