Fix bad location for include

Reported by:	jilles
This commit is contained in:
Baptiste Daroussin 2015-08-09 00:21:59 +00:00
parent c71b548239
commit 536451f914
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/collation/; revision=286494
2 changed files with 2 additions and 3 deletions

View File

@ -53,6 +53,7 @@ __FBSDID("$FreeBSD$");
#include "collate.h"
#include "setlocale.h"
#include "ldpart.h"
#include "libc_private.h"
struct xlocale_collate __xlocale_global_collate = {
{{0}, "C"}, 1, 0, 0, 0
@ -62,8 +63,6 @@ struct xlocale_collate __xlocale_C_collate = {
{{0}, "C"}, 1, 0, 0, 0
};
#include "libc_private.h"
int
__collate_load_tables_l(const char *encoding, struct xlocale_collate *table);

View File

@ -42,7 +42,7 @@
#include "xlocale_private.h"
/*
* Work around buildworld bootstrapping from older systems whos limits.h
* Work around buildworld bootstrapping from older systems whose limits.h
* sets COLL_WEIGHTS_MAX to 0.
*/
#if COLL_WEIGHTS_MAX == 0