blob: 7448d4c06a5bcb9b8b6a3c67eeb13d9d42cb4a18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** uniwidth.h.orig 2007-10-07 17:24:38.000000000 +0200
--- uniwidth.h 2009-04-10 22:39:46.000000000 +0200
***************
*** 23,29 ****
#include <stddef.h>
/* Get locale_charset() declaration. */
! #include "localcharset.h"
#ifdef __cplusplus
extern "C" {
--- 23,29 ----
#include <stddef.h>
/* Get locale_charset() declaration. */
! #include <unistring/localcharset.h>
#ifdef __cplusplus
extern "C" {
|