Properly "include" abs_path.

llvm-svn: 60502
This commit is contained in:
Ted Kremenek 2008-12-03 19:50:37 +00:00
parent dc3f6f2c12
commit cd7cc1ec0b
1 changed files with 1 additions and 1 deletions

View File

@ -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.