* include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.

This commit is contained in:
Corinna Vinschen 2006-12-06 14:08:08 +00:00
parent 6acc178a24
commit bf8ea306ec
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-12-06 Eric Blake <ebb9@byu.net>
* include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.
2006-12-06 Corinna Vinschen <corinna@vinschen.de> 2006-12-06 Corinna Vinschen <corinna@vinschen.de>
* winsup.h (WINVER): Set to 0x0600 to cover Vista. * winsup.h (WINVER): Set to 0x0600 to cover Vista.

View File

@ -1,6 +1,6 @@
/* sys/ioctl.h /* sys/ioctl.h
Copyright 1998, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc. Copyright 1998, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
This file is part of Cygwin. This file is part of Cygwin.
@ -14,6 +14,7 @@ details. */
#define _SYS_IOCTL_H #define _SYS_IOCTL_H
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/termios.h>
__BEGIN_DECLS __BEGIN_DECLS