diff options
-rwxr-xr-x | utils/scan-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/scan-build b/utils/scan-build index 3f03d3bdc4..44f0cbc641 100755 --- a/utils/scan-build +++ b/utils/scan-build @@ -19,7 +19,7 @@ use Digest::MD5; use File::Basename; use Term::ANSIColor; use Term::ANSIColor qw(:constants); -use Cwd; +use Cwd qw/ getcwd abs_path /; use Sys::Hostname; my $Verbose = 0; # Verbose output from this script. |