X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcalloc.c;h=c8b1e1ebabd0d29c791b333b6f16234b45ebc254;hb=9fbb5dcb459bf25d5e7b89fc209359e1a61a5214;hp=9edbf45523c7dc04236d4a9416389a0aee95ea3a;hpb=0eb811b775eb9fe5370c54692702dd927969d99b;p=gnulib.git diff --git a/lib/calloc.c b/lib/calloc.c index 9edbf4552..c8b1e1eba 100644 --- a/lib/calloc.c +++ b/lib/calloc.c @@ -1,6 +1,6 @@ /* calloc() function that is glibc compatible. This wrapper function is required at least on Tru64 UNIX 5.1. - Copyright (C) 2004, 2005 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 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 @@ -18,9 +18,7 @@ /* written by Jim Meyering */ -#if HAVE_CONFIG_H -# include -#endif +#include #undef calloc #include