X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxsetenv.h;h=0df2bb35316d179f1f2b942d98e0194356ee7fa8;hb=4f044de87e05bee61005c48bb93f3bb9a4b76461;hp=24b59c2e92e0b9717084406801ee63791bbd0f82;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/xsetenv.h b/lib/xsetenv.h index 24b59c2e9..0df2bb353 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-2012 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" {