aboutsummaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/main.c b/src/driver/main.c
index 4d83853a..dd2a040f 100644
--- a/src/driver/main.c
+++ b/src/driver/main.c
@@ -41,6 +41,7 @@
#include <string.h>
#include <errno.h>
#include <stdio.h>
+#include <locale.h>
#include "utils.h"
@@ -75,6 +76,7 @@ main(int argc, char* argv[])
openaxiom_driver driver =
openaxiom_preprocess_arguments(&command, argc, argv);
+ setlocale(LC_ALL, "");
switch (driver) {
case openaxiom_null_driver:
return 0; /* Bye. */