OSDN Git Service

* include/sys/ioctl.h: Pick up termios.h, for TIOCGWINSZ.
authorcorinna <corinna>
Wed, 6 Dec 2006 14:08:08 +0000 (14:08 +0000)
committercorinna <corinna>
Wed, 6 Dec 2006 14:08:08 +0000 (14:08 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/include/sys/ioctl.h

index f22f511..5161de2 100644 (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>
 
        * winsup.h (WINVER): Set to 0x0600 to cover Vista.
index 29f1699..1aa5aca 100644 (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