diff options
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.43 2005/07/25 11:59:40 markus Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.44 2006/02/07 01:42:00 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -16,6 +16,8 @@ | |||
16 | #ifndef PACKET_H | 16 | #ifndef PACKET_H |
17 | #define PACKET_H | 17 | #define PACKET_H |
18 | 18 | ||
19 | #include <termios.h> | ||
20 | |||
19 | #include <openssl/bn.h> | 21 | #include <openssl/bn.h> |
20 | 22 | ||
21 | void packet_set_connection(int, int); | 23 | void packet_set_connection(int, int); |