X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funsetenv.c;h=4b53fc9c8bda2ec948a2e25c8dce67bdfe7c3b6c;hb=794b55ff3dcebba4518b555161f97ef6524a7270;hp=5568919c042ccdc1be6a1dde35e496ba0f5a37eb;hpb=757bd39e4b07efaefaef3ef11027b7b7b40f5911;p=gnulib.git diff --git a/lib/unsetenv.c b/lib/unsetenv.c index 5568919c0..4b53fc9c8 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -13,7 +13,7 @@ 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. */ #if HAVE_CONFIG_H # include @@ -27,12 +27,8 @@ extern int errno; # define __set_errno(ev) ((errno) = (ev)) #endif -#if _LIBC || HAVE_STDLIB_H -# include -#endif -#if _LIBC || HAVE_STRING_H -# include -#endif +#include +#include #if _LIBC || HAVE_UNISTD_H # include #endif