From 92117cb21f54115367528220dbb85bed8d7b72b4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 30 Aug 2010 01:57:37 +0000 Subject: * winlean.h: New file. * automode.c: Use "winlean.h". * binmode.c: Ditto. * gmon.c: Ditto. * textmode.c: Ditto. * textreadmode.c: Ditto. * winsup.h: Ditto. * lib/cygwin_attach_dll.c: Ditto. * lib/dll_main.cc: Ditto. * profile.c: Ditto. * crt0.c: Ditto. Cleanup ancient cruft. Add dummy calls to cygwin_premain*. * include/sys/cygwin.h: Remove old stuff. Move premain declarations nearer to other cygwin-specific function declarations. * globals.cc: Add comment. --- winsup/cygwin/automode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/automode.c') diff --git a/winsup/cygwin/automode.c b/winsup/cygwin/automode.c index f7cddfeec..64961fed0 100644 --- a/winsup/cygwin/automode.c +++ b/winsup/cygwin/automode.c @@ -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 +#include "winlean.h" #include #include -- cgit v1.2.3