X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fexecute.c;h=b4a093d07933739e4512524a36041e93c3d84204;hb=1d113b5a2cb7cbbea65d7ed9d7278880701fc742;hp=86df308f2d20dc2504b21d327d154717a64b2313;hpb=93d436c91edffd70086e32b26e1f570256b71a8a;p=gnulib.git diff --git a/lib/execute.c b/lib/execute.c index 86df308f2..b4a093d07 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -1,5 +1,5 @@ /* Creation of autonomous subprocesses. - Copyright (C) 2001-2003 Free Software Foundation, Inc. + Copyright (C) 2001-2004 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -61,6 +61,10 @@ #endif +#ifndef HAVE_ENVIRON_DECL +extern char **environ; +#endif + #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif