Unbreak ccc-analyzer: getcwd is from package Cwd

llvm-svn: 56397
This commit is contained in:
Ted Kremenek 2008-09-21 18:26:19 +00:00
parent 32c1181468
commit ca8ac081af
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
use strict;
use warnings;
use Cwd qw/ abs_path /;
use Cwd;
use File::Temp qw/ tempfile /;
use File::Path qw / mkpath /;