summaryrefslogtreecommitdiff
path: root/pty.c
diff options
context:
space:
mode:
Diffstat (limited to 'pty.c')
-rw-r--r--pty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pty.c b/pty.c
index 37a907822..384e921b5 100644
--- a/pty.c
+++ b/pty.c
@@ -12,14 +12,14 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: pty.c,v 1.19 2000/12/20 20:00:34 markus Exp $"); 15RCSID("$OpenBSD: pty.c,v 1.20 2001/01/21 19:05:53 markus Exp $");
16 16
17#ifdef HAVE_UTIL_H 17#ifdef HAVE_UTIL_H
18# include <util.h> 18# include <util.h>
19#endif /* HAVE_UTIL_H */ 19#endif /* HAVE_UTIL_H */
20 20
21#include "pty.h" 21#include "pty.h"
22#include "ssh.h" 22#include "log.h"
23 23
24/* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */ 24/* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
25#if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) 25#if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY)