diff options
Diffstat (limited to 'src/journal/journalctl.c')
-rw-r--r-- | src/journal/journalctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index d1407abd9e..cccd8a7692 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -19,6 +19,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <locale.h> #include <fcntl.h> #include <errno.h> #include <stddef.h> @@ -820,6 +821,7 @@ int main(int argc, char *argv[]) { bool previous_boot_id_valid = false; unsigned n_shown = 0; + setlocale(LC_ALL, ""); log_parse_environment(); log_open(); |