diff options
Diffstat (limited to 'intl/localealias.c')
-rw-r--r-- | intl/localealias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/localealias.c b/intl/localealias.c index 99fcfa5..c77f125 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -85,7 +85,7 @@ void free (); # define strdup __strdup /* We need locking here since we can be called from different palces. */ -# include <libc-lock.h> +# include <bits/libc-lock.h> __libc_lock_define_initialized (static, lock); #endif |