summaryrefslogtreecommitdiff
path: root/wcsmbs/wcstold_nan.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstold_nan.c')
-rw-r--r--wcsmbs/wcstold_nan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wcsmbs/wcstold_nan.c b/wcsmbs/wcstold_nan.c
index 6baeee7219..66793ec459 100644
--- a/wcsmbs/wcstold_nan.c
+++ b/wcsmbs/wcstold_nan.c
@@ -1,6 +1,6 @@
/* Convert string for NaN payload to corresponding NaN. Wide strings,
long double.
- Copyright (C) 2015-2016 Free Software Foundation, Inc.
+ Copyright (C) 2015-2018 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
@@ -23,7 +23,7 @@
representation. */
#ifndef __NO_LONG_DOUBLE_MATH
# include "../stdlib/strtod_nan_wide.h"
-# include <strtod_nan_ldouble.h>
+# include <math-type-macros-ldouble.h>
# define STRTOD_NAN __wcstold_nan
# include "../stdlib/strtod_nan_main.c"