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/glob.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/glob.c') diff --git a/winsup/cygwin/glob.c b/winsup/cygwin/glob.c index 543e4cb5f..f793f86d0 100644 --- a/winsup/cygwin/glob.c +++ b/winsup/cygwin/glob.c @@ -67,6 +67,8 @@ /* #include "namespace.h" */ /* end CYGNUS LOCAL */ +#include "winsup.h" + #include #include -- cgit v1.2.3