summaryrefslogtreecommitdiff
path: root/sshpty.h
diff options
context:
space:
mode:
Diffstat (limited to 'sshpty.h')
-rw-r--r--sshpty.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sshpty.h b/sshpty.h
index c0678de22..a7de73700 100644
--- a/sshpty.h
+++ b/sshpty.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sshpty.h,v 1.5 2004/05/08 00:01:37 deraadt Exp $ */ 1/* $OpenBSD: sshpty.h,v 1.6 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>
@@ -17,6 +17,8 @@
17#ifndef SSHPTY_H 17#ifndef SSHPTY_H
18#define SSHPTY_H 18#define SSHPTY_H
19 19
20#include <termios.h>
21
20struct termios get_saved_tio(void); 22struct termios get_saved_tio(void);
21void leave_raw_mode(void); 23void leave_raw_mode(void);
22void enter_raw_mode(void); 24void enter_raw_mode(void);