aboutsummaryrefslogtreecommitdiff
path: root/wcsmbs
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wcstod.c2
-rw-r--r--wcsmbs/wcstof.c2
-rw-r--r--wcsmbs/wcstol.c2
-rw-r--r--wcsmbs/wcstold.c2
-rw-r--r--wcsmbs/wcwidth.h4
5 files changed, 6 insertions, 6 deletions
diff --git a/wcsmbs/wcstod.c b/wcsmbs/wcstod.c
index 9a77c8c..05440d4 100644
--- a/wcsmbs/wcstod.c
+++ b/wcsmbs/wcstod.c
@@ -22,4 +22,4 @@ Boston, MA 02111-1307, USA. */
#define USE_WIDE_CHAR 1
-#include "strtod.c"
+#include "../stdlib/strtod.c"
diff --git a/wcsmbs/wcstof.c b/wcsmbs/wcstof.c
index 4cccdf0..4448e88 100644
--- a/wcsmbs/wcstof.c
+++ b/wcsmbs/wcstof.c
@@ -28,4 +28,4 @@ Boston, MA 02111-1307, USA. */
#define FLOAT_HUGE_VAL HUGE_VALf
#define USE_WIDE_CHAR 1
-#include "strtod.c"
+#include "../stdlib/strtod.c"
diff --git a/wcsmbs/wcstol.c b/wcsmbs/wcstol.c
index a1d877e..fc071b2 100644
--- a/wcsmbs/wcstol.c
+++ b/wcsmbs/wcstol.c
@@ -19,4 +19,4 @@ Boston, MA 02111-1307, USA. */
#define USE_WIDE_CHAR 1
-#include "strtol.c"
+#include "../stdlib/strtol.c"
diff --git a/wcsmbs/wcstold.c b/wcsmbs/wcstold.c
index b19a48e..c8b807d 100644
--- a/wcsmbs/wcstold.c
+++ b/wcsmbs/wcstold.c
@@ -28,4 +28,4 @@ Boston, MA 02111-1307, USA. */
#define FLOAT_HUGE_VAL HUGE_VALl
#define USE_WIDE_CHAR 1
-#include "strtod.c"
+#include "../stdlib/strtod.c"
diff --git a/wcsmbs/wcwidth.h b/wcsmbs/wcwidth.h
index 3e60d49..d596c8c 100644
--- a/wcsmbs/wcwidth.h
+++ b/wcsmbs/wcwidth.h
@@ -1,7 +1,7 @@
/* Internal header containing implementation of wcwidth() function.
Copyright (C) 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
-Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edi>, 1996.
+Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
@@ -19,7 +19,7 @@ not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <wchar.h>
-#include "cname-lookup.h"
+#include "../wctype/cname-lookup.h"
/* Array containing width information. */
extern unsigned char *__ctype_width;