Fix typo
Fix bad location for include Reported by: jilles
This commit is contained in:
parent
c71b548239
commit
536451f914
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user