From 99bd21e3fe8f8312cb71c1ebf23c34a82a861429 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 15 Mar 2006 11:11:28 +1100 Subject: - stevesk@cvs.openbsd.org 2006/02/07 01:42:00 [channels.c clientloop.c clientloop.h includes.h packet.h] [serverloop.c sshpty.c sshpty.h sshtty.c ttymodes.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 36788c4d7..8ce8ee469 100644 --- a/sshpty.c +++ b/sshpty.c @@ -12,7 +12,9 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshpty.c,v 1.12 2004/06/21 17:36:31 avsm Exp $"); +RCSID("$OpenBSD: sshpty.c,v 1.13 2006/02/07 01:42:00 stevesk Exp $"); + +#include #ifdef HAVE_UTIL_H # include -- cgit v1.2.3