* include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
/* 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.
|
||||
|
||||
@ -14,6 +14,7 @@ details. */
|
||||
#define _SYS_IOCTL_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/termios.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user