about summary refs log tree commit diff
path: root/wcsmbs
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-01 08:21:03 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-01 08:21:03 +0000
commit28e9818f043ac5f96da06451bd40b5887fed6685 (patch)
tree64e1b6836785b66708efce946cafc8f7a4b4cb21 /wcsmbs
parent118bad87bd098285be80cd32268c36668b4aea2b (diff)
downloadglibc-28e9818f043ac5f96da06451bd40b5887fed6685.tar.gz
glibc-28e9818f043ac5f96da06451bd40b5887fed6685.tar.xz
glibc-28e9818f043ac5f96da06451bd40b5887fed6685.zip
Update.
1999-01-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* wcsmbs/wcstold_l.c: Correct last patch to include wchar.h from
	system path.
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wcstold_l.c4
1 files changed, 2 insertions, 2 deletions
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 <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