* 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,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