Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 Jan 1999 08:21:03 +0000 (08:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 1 Jan 1999 08:21:03 +0000 (08:21 +0000)
1999-01-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
system path.

ChangeLog
wcsmbs/wcstold_l.c

index f32769a..250b923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
+       system path.
+
 1998-12-31  Ulrich Drepper  <drepper@cygnus.com>
 
        * iconvdata/Makefile: Use rpath $ORIGIN for modules which use any of
index aad55b1..0d836ce 100644 (file)
@@ -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 <drepper@cygnus.com>, 1997.
 
@@ -22,7 +22,7 @@
 #include <math.h>
 #include <stddef.h>
 #include <locale.h>
-#include "wchar.h"
+#include <wchar.h>
 
 #define USE_IN_EXTENDED_LOCALE_MODEL   1