* include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.
This commit is contained in:
parent
6acc178a24
commit
bf8ea306ec
@ -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.
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user