From 4bf31462bb22404c31b51504b9ea70490d3f8816 Mon Sep 17 00:00:00 2001 From: Paul Ackersviller Date: Mon, 4 Jun 2007 02:19:39 +0000 Subject: Merge of 21544: ioctl() prototyping was substandard and missing on Cygwin. --- Src/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index 41195364d..0edd27aba 100644 --- a/Src/system.h +++ b/Src/system.h @@ -337,7 +337,7 @@ struct timezone { # endif /* HAVE_TERMIO_H */ #endif /* HAVE_TERMIOS_H */ -#if defined(GWINSZ_IN_SYS_IOCTL) || defined(CLOBBERS_TYPEAHEAD) +#if defined(GWINSZ_IN_SYS_IOCTL) || defined(IOCTL_IN_SYS_IOCTL) # include #endif #ifdef WINSIZE_IN_PTEM -- cgit 1.4.1