summaryrefslogtreecommitdiff
path: root/src/vmon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmon.c')
-rw-r--r--src/vmon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vmon.c b/src/vmon.c
index 74ca857..9b86ad0 100644
--- a/src/vmon.c
+++ b/src/vmon.c
@@ -19,6 +19,7 @@
#include <assert.h>
#include <errno.h>
#include <limits.h>
+#include <locale.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
@@ -605,6 +606,7 @@ static vmon_t * vmon_startup(int argc, const char * const *argv)
assert(argv);
+ setlocale(LC_ALL, "");
print_copyright();
vmon = calloc(1, sizeof(vmon_t));
© All Rights Reserved