diff options
Diffstat (limited to 'winsup/cygwin/textmode.c')
-rw-r--r-- | winsup/cygwin/textmode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/textmode.c b/winsup/cygwin/textmode.c index 6d52d50f8..e951a4a33 100644 --- a/winsup/cygwin/textmode.c +++ b/winsup/cygwin/textmode.c @@ -1,6 +1,6 @@ /* binmode.c - Copyright 2000 Red Hat, Inc. + Copyright 2000, 2010 Red Hat, Inc. This file is part of Cygwin. @@ -8,7 +8,7 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#include <windows.h> +#include "winlean.h" #include <sys/fcntl.h> #include <sys/cygwin.h> |