X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Frealloc.c;h=c1fe9e5a18752d8cf36958614fb66ea7517bfefe;hb=2354d5ead305b61c925e53bcfb73d47de7c53162;hp=df570aa631d51d5d126ed3383f2600721c09ddeb;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/realloc.c b/lib/realloc.c index df570aa63..c1fe9e5a1 100644 --- a/lib/realloc.c +++ b/lib/realloc.c @@ -1,5 +1,6 @@ /* realloc() function that is glibc compatible. - Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc. + + Copyright (C) 1997, 2003, 2004, 2006 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 @@ -17,9 +18,7 @@ /* written by Jim Meyering */ -#if HAVE_CONFIG_H -# include -#endif +#include #undef realloc #include