diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 01:42:01 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2006-02-07 01:42:01 +0000 |
commit | 1f6e539e343fc2242bff2b2565cd552d2eff24e3 (patch) | |
tree | 826fb169d71512d9c8235abcd9decbca9264fc4f /usr.bin/ssh/packet.h | |
parent | 2f42255a970d3a981eb1026f3054d095d2742ec8 (diff) |
move #include <termios.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/packet.h')
-rw-r--r-- | usr.bin/ssh/packet.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/packet.h b/usr.bin/ssh/packet.h index 8c23646aaae..04123046af5 100644 --- a/usr.bin/ssh/packet.h +++ b/usr.bin/ssh/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.44 2006/02/07 01:42:00 stevesk 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); |