summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index c2367c234..3782949e8 100644
--- a/packet.h
+++ b/packet.h
@@ -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.45 2006/03/25 22:22:43 djm 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
21void packet_set_connection(int, int, int); 23void packet_set_connection(int, int, int);