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 687b9002ad..d6a4c97b8c 100644 --- a/intl/localealias.c +++ b/intl/localealias.c @@ -83,7 +83,7 @@ char *alloca (); /* Handle multi-threaded applications. */ #ifdef _LIBC -# include <bits/libc-lock.h> +# include <libc-lock.h> #else # include "lock.h" #endif |