X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxallocsa.c;h=c69128a365f7492497b5a697fc60e05a6bbdc316;hb=241622b8c0d1959f00d63ec0c921f76e348a4091;hp=8cf70fd16cff1463d94342733894f3a707afd498;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/xallocsa.c b/lib/xallocsa.c index 8cf70fd16..c69128a36 100644 --- a/lib/xallocsa.c +++ b/lib/xallocsa.c @@ -1,5 +1,5 @@ /* Safe automatic memory allocation with out of memory checking. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2006 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify @@ -16,9 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include /* Specification. */ #include "xallocsa.h"