summaryrefslogtreecommitdiffstats
path: root/virt-top/virt_top_csv.ml
diff options
context:
space:
mode:
Diffstat (limited to 'virt-top/virt_top_csv.ml')
-rw-r--r--[-rwxr-xr-x]virt-top/virt_top_csv.ml2
1 files changed, 2 insertions, 0 deletions
diff --git a/virt-top/virt_top_csv.ml b/virt-top/virt_top_csv.ml
index 8f8c45d..3393e3a 100755..100644
--- a/virt-top/virt_top_csv.ml
+++ b/virt-top/virt_top_csv.ml
@@ -19,6 +19,8 @@
This file contains all code which requires CSV support.
*)
+open Virt_top_gettext.Gettext
+
(* Output channel, or None if CSV output not enabled. *)
let chan = ref None ;;