From 28e9818f043ac5f96da06451bd40b5887fed6685 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 1 Jan 1999 08:21:03 +0000 Subject: Update. 1999-01-01 Andreas Jaeger * wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from system path. --- wcsmbs/wcstold_l.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wcsmbs/wcstold_l.c') diff --git a/wcsmbs/wcstold_l.c b/wcsmbs/wcstold_l.c index aad55b1727..0d836ce247 100644 --- a/wcsmbs/wcstold_l.c +++ b/wcsmbs/wcstold_l.c @@ -1,5 +1,5 @@ /* Convert string representing a number to integer value, using given locale. - Copyright (C) 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -22,7 +22,7 @@ #include #include #include -#include "wchar.h" +#include #define USE_IN_EXTENDED_LOCALE_MODEL 1 -- cgit 1.4.1