X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fc-strtod.c;h=2234ed0f8d495397029db23a356ca0b18f7f5053;hb=241622b8c0d1959f00d63ec0c921f76e348a4091;hp=7e03b4a26f2d8dd8c61bd4f739ad4e9768a94494;hpb=07208a681cba19cfed6366a25fcd5c2482ec9992;p=gnulib.git diff --git a/lib/c-strtod.c b/lib/c-strtod.c index 7e03b4a26..2234ed0f8 100644 --- a/lib/c-strtod.c +++ b/lib/c-strtod.c @@ -1,6 +1,6 @@ /* Convert string to double, using the C locale. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 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 @@ -14,13 +14,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, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Paul Eggert. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "c-strtod.h"