diff options
Diffstat (limited to 'newlib/libc/stdlib/wcstold.c')
-rw-r--r-- | newlib/libc/stdlib/wcstold.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/wcstold.c b/newlib/libc/stdlib/wcstold.c index 6c8a422bb..8b0ba2440 100644 --- a/newlib/libc/stdlib/wcstold.c +++ b/newlib/libc/stdlib/wcstold.c @@ -29,6 +29,7 @@ POSSIBILITY OF SUCH DAMAGE. */ #include <stdlib.h> +#include "local.h" /* On platforms where long double is as wide as double. */ #ifdef _LDBL_EQ_DBL |