From dc6118e1272e91fd4faebde7b2ea85a36dd6f08d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 15 Mar 2006 22:25:54 +1100 Subject: - (dtucker) [openbsd-compat/openbsd-compat.h] AIX (at least) needs sys/ioctl.h for struct winsize. --- openbsd-compat/openbsd-compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openbsd-compat') diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 9022c793f..432b183e7 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -1,4 +1,4 @@ -/* $Id: openbsd-compat.h,v 1.34 2006/03/15 02:02:31 djm Exp $ */ +/* $Id: openbsd-compat.h,v 1.35 2006/03/15 11:25:55 dtucker Exp $ */ /* * Copyright (c) 1999-2003 Damien Miller. All rights reserved. @@ -147,6 +147,7 @@ int asprintf(char **, const char *, ...); #endif #ifndef HAVE_OPENPTY +# include /* for struct winsize */ int openpty(int *, int *, char *, struct termios *, struct winsize *); #endif /* HAVE_OPENPTY */ -- cgit v1.2.3