From 36b339a9064e1848728d82c0c75ca3e87c60b3ae Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 14 Dec 1999 10:54:47 +1100 Subject: - Clean up broken includes in pty.c --- pty.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pty.c') diff --git a/pty.c b/pty.c index f7ef19ca7..06b43bb84 100644 --- a/pty.c +++ b/pty.c @@ -14,16 +14,15 @@ */ #include "includes.h" -RCSID("$Id: pty.c,v 1.9 1999/12/13 23:47:16 damien Exp $"); +RCSID("$Id: pty.c,v 1.10 1999/12/13 23:54:47 damien Exp $"); + +#ifdef HAVE_UTIL_H +# include +#endif /* HAVE_UTIL_H */ -#include #include "pty.h" #include "ssh.h" -#ifdef HAVE_DEV_PTMX -#include -#endif /* HAVE_DEV_PTMX */ - /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */ #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY) #undef HAVE_DEV_PTMX -- cgit v1.2.3