From 4c8d72ded51ac22172d4f2d0250ada6b0dd624ff Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 2 Aug 2000 16:28:18 +0000 Subject: * winsup.h: take out protections of environ, errno, allow C use * *.cc: put winsup.h before other headers (for __INSIDE_CYGWIN__); use cur_environ() instead of just environ * times.cc: remove import protections * glob.c: add winsup.h * localtime.c: ditto * smallprint.c: ditto * Makefile.in: don't __INSIDE_CYGWIN__ as it messes up profiling. --- winsup/cygwin/smallprint.c | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/smallprint.c') diff --git a/winsup/cygwin/smallprint.c b/winsup/cygwin/smallprint.c index 3bfbda2da..ea5bf8743 100644 --- a/winsup/cygwin/smallprint.c +++ b/winsup/cygwin/smallprint.c @@ -8,6 +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 "winsup.h" #include #include #include -- cgit v1.2.3