]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/strtod_nan.c
Regenerate charmap-kw.h, locfile-kw.h
[thirdparty/glibc.git] / stdlib / strtod_nan.c
index 2a0a89fc73f943ee5207ea3390b79ac99ba5009c..49bc601a46dd96b28ec0e30463d4fa0f44bd3077 100644 (file)
@@ -1,6 +1,6 @@
 /* Convert string for NaN payload to corresponding NaN.  Narrow
    strings, double.
-   Copyright (C) 2015 Free Software Foundation, Inc.
+   Copyright (C) 2015-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <strtod_nan_narrow.h>
-#include <strtod_nan_double.h>
+#include <math-type-macros-double.h>
 
 #define STRTOD_NAN __strtod_nan
 #include <strtod_nan_main.c>