X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fxsetenv.h;h=75f326427f4fcefd57ee3cb051f3d88aca839b91;hb=4662b82a3d9015359bb7a75bc95ecf2f57f841e1;hp=24b59c2e92e0b9717084406801ee63791bbd0f82;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/xsetenv.h b/lib/xsetenv.h index 24b59c2e9..75f326427 100644 --- a/lib/xsetenv.h +++ b/lib/xsetenv.h @@ -1,5 +1,5 @@ /* Setting environment variables, with out-of-memory checking. - Copyright (C) 2001-2002, 2007 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2007, 2009-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ along with this program. If not, see . */ /* Get unsetenv(). It can be used without error checking. */ -#include "setenv.h" +#include #ifdef __cplusplus extern "C" {