diff options
Diffstat (limited to 'src/locale/locale_map.c')
-rw-r--r-- | src/locale/locale_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/locale_map.c b/src/locale/locale_map.c index e7b518a1..2321bac0 100644 --- a/src/locale/locale_map.c +++ b/src/locale/locale_map.c @@ -3,7 +3,7 @@ #include <sys/mman.h> #include "locale_impl.h" #include "libc.h" -#include "atomic.h" +#include "lock.h" const char *__lctrans_impl(const char *msg, const struct __locale_map *lm) { |