From 17e91c0fb01787f9a5974a997bb26114a435dde7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 11:28:34 +1100 Subject: - stevesk@cvs.openbsd.org 2006/02/10 00:27:13 [channels.c clientloop.c includes.h misc.c progressmeter.c sftp.c] [ssh.c sshd.c sshpty.c] move #include out of includes.h; ok markus@ --- sshpty.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sshpty.c') diff --git a/sshpty.c b/sshpty.c index 4434a908d..884df26ae 100644 --- a/sshpty.c +++ b/sshpty.c @@ -12,7 +12,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshpty.c,v 1.14 2006/02/08 12:15:27 stevesk Exp $"); +RCSID("$OpenBSD: sshpty.c,v 1.15 2006/02/10 00:27:13 stevesk Exp $"); + +#include #ifdef HAVE_PATHS_H # include -- cgit v1.2.3