diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/run_program.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 43b7c3d28..4ebce7249 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -2,6 +2,7 @@ package run_program; # $Id$ use diagnostics; use strict; +use c; use MDK::Common; use log; |