From 427a1d57bb6110dcf2b8fcdcabe566b8290a942a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 10 Jul 2006 20:20:33 +1000 Subject: - stevesk@cvs.openbsd.org 2006/07/02 22:45:59 [groupaccess.c groupaccess.h includes.h session.c sftp-common.c sshpty.c] move #include out of includes.h (portable needed uidswap.c too) --- sshpty.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sshpty.c') diff --git a/sshpty.c b/sshpty.c index 0e49e9a16..92f86e7a1 100644 --- a/sshpty.c +++ b/sshpty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sshpty.c,v 1.19 2006/03/25 13:17:03 djm Exp $ */ +/* $OpenBSD: sshpty.c,v 1.20 2006/07/02 22:45:59 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -19,6 +19,7 @@ #include #include +#include #ifdef HAVE_PATHS_H # include #endif -- cgit v1.2.3