summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index dd92bd004..6686f2999 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -39,6 +39,7 @@ sub new($) {
}
sub vnew {
+ require c;
if (c::Xtest($ENV{DISPLAY} ||= ":0")) {
require interactive_gtk;
interactive_gtk->new;