summaryrefslogtreecommitdiff
path: root/wctype
diff options
context:
space:
mode:
Diffstat (limited to 'wctype')
-rw-r--r--wctype/cname-lookup.h2
-rw-r--r--wctype/wctrans.c2
-rw-r--r--wctype/wctype.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/wctype/cname-lookup.h b/wctype/cname-lookup.h
index bef38a12d3..b3c1cdbede 100644
--- a/wctype/cname-lookup.h
+++ b/wctype/cname-lookup.h
@@ -17,7 +17,7 @@ License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#include "localeinfo.h"
+#include "../locale/localeinfo.h"
/* Some words on the runtime of this functions. Although there is a
loop in the function the runtime is asymptotically quasi constant.
diff --git a/wctype/wctrans.c b/wctype/wctrans.c
index afe47a915d..5c855d0b9b 100644
--- a/wctype/wctrans.c
+++ b/wctype/wctrans.c
@@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */
#include <ctype.h>
#include <string.h>
#include <wctype.h>
-#include "localeinfo.h"
+#include "../locale/localeinfo.h"
wctrans_t
wctrans (const char *property)
diff --git a/wctype/wctype.c b/wctype/wctype.c
index 36db3b95a4..0f7e478d64 100644
--- a/wctype/wctype.c
+++ b/wctype/wctype.c
@@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. */
#include <endian.h>
#include <string.h>
#include <wctype.h>
-#include "localeinfo.h"
+#include "../locale/localeinfo.h"
wctype_t
wctype (const char *property)