From 81e61b220d430779361b384b360b58a711cfd046 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 26 Dec 2007 16:20:10 +0100 Subject: Split setenv module into setenv and unsetenv. Get rid of setenv.h. --- lib/unsetenv.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/unsetenv.c') diff --git a/lib/unsetenv.c b/lib/unsetenv.c index 90b8449126..c783997a2b 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992,1995-1999,2000-2002,2005-2006 Free Software Foundation, Inc. +/* Copyright (C) 1992,1995-1999,2000-2002,2005-2007 Free Software Foundation, Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -16,12 +16,14 @@ #include +/* Specification. */ +#include + #include #if !_LIBC # define __set_errno(ev) ((errno) = (ev)) #endif -#include #include #include -- cgit v1.2.1