diff options
-rw-r--r-- | perl-install/standalone/drakedm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 8eb7ceb6d..6ddb6f93c 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -23,6 +23,7 @@ use standalone; #- warning, standalone must be loaded very first, for 'expla use common; use any; use interactive; +use services; my $in = 'interactive'->vnew('su'); |