X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpipe.c;h=730a155baeaaef0fd68eb5923b071507c8e37ac1;hb=07b4ff48f8de149e48e905f32581268e7a3a33b5;hp=36d7ad02992009926cba064aa54df702da011cb6;hpb=08f44b5176b17c2f4d70e614b8b71a697165f0be;p=gnulib.git diff --git a/lib/pipe.c b/lib/pipe.c index 36d7ad029..730a155ba 100644 --- a/lib/pipe.c +++ b/lib/pipe.c @@ -14,11 +14,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif /* Specification. */ @@ -60,6 +60,10 @@ #endif +#ifndef HAVE_ENVIRON_DECL +extern char **environ; +#endif + #ifndef STDIN_FILENO # define STDIN_FILENO 0 #endif