* wctype/cname-lookup.h: Find localeinfo.h in ../locale.
* wctype/wctype.c: Likewise.
* wctype/wctrans.c: Likewise.
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.
#include <ctype.h>
#include <string.h>
#include <wctype.h>
-#include "localeinfo.h"
+#include "../locale/localeinfo.h"
wctrans_t
wctrans (const char *property)
#include <endian.h>
#include <string.h>
#include <wctype.h>
-#include "localeinfo.h"
+#include "../locale/localeinfo.h"
wctype_t
wctype (const char *property)