X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcmp.c;h=cf98bfab16432c3cee103e4d7b64425c9844ea38;hb=dd6ceef65e424d30db8706273f88c20b015012ce;hp=1d2947e6649f710dc5801859a2abffac6cdf023d;hpb=1a170a10473b1b72223fae27879fa19a31785ed1;p=gnulib.git diff --git a/lib/memcmp.c b/lib/memcmp.c index 1d2947e66..cf98bfab1 100644 --- a/lib/memcmp.c +++ b/lib/memcmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1995, 1997, 1998, 2003 Free Software +/* Copyright (C) 1991, 1993, 1995, 1997, 1998, 2003, 2006 Free Software Foundation, Inc. Contributed by Torbjorn Granlund (tege@sics.se). @@ -18,11 +18,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, + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include "config.h" +#ifndef _LIBC +# include #endif #include