diff options
Diffstat (limited to '')
-rw-r--r-- | gl/allocsa.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gl/allocsa.c b/gl/allocsa.c index a54e2d0ca..97652e688 100644 --- a/gl/allocsa.c +++ b/gl/allocsa.c @@ -1,5 +1,5 @@ /* Safe automatic memory allocation. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2006 Free Software Foundation, Inc. Written by Bruno Haible <[email protected]>, 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 <config.h> -#endif +#include <config.h> /* Specification. */ #include "allocsa.h" |