From 9054ae758579effad56830e8b8cf0a45b00ddcfa Mon Sep 17 00:00:00 2001 From: glenlow Date: Tue, 19 Feb 2008 06:55:08 +0000 Subject: [PATCH] Windows needs _environ declaration too --- lib/ast/pathpath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/ast/pathpath.c b/lib/ast/pathpath.c index 8a3e9331f..a177c68f1 100644 --- a/lib/ast/pathpath.c +++ b/lib/ast/pathpath.c @@ -39,9 +39,8 @@ /* #include */ #ifdef WIN32 #define environ _environ -#else -extern char **environ; #endif +extern char **environ; char **opt_info_argv; char *pathpath(register char *path, const char *p, const char *a, int mode) -- 2.40.0