diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-14 15:23:12 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:40:20 +0200 |
commit | e7d49794942e68443518ab83a372857ebd4001c6 (patch) | |
tree | 4fc2599c9c72a8ea8121edd7d122cec1940808cd /source4/pidl/lib/Parse/Pidl/ODL.pm | |
parent | 54437f1e8a9274cb7afa3b850d709568414dff71 (diff) | |
download | samba-e7d49794942e68443518ab83a372857ebd4001c6.tar.gz samba-e7d49794942e68443518ab83a372857ebd4001c6.tar.bz2 samba-e7d49794942e68443518ab83a372857ebd4001c6.zip |
Fix imports.
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/ODL.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/ODL.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/ODL.pm b/source4/pidl/lib/Parse/Pidl/ODL.pm index 951f7c8725..95c4ee1672 100644 --- a/source4/pidl/lib/Parse/Pidl/ODL.pm +++ b/source4/pidl/lib/Parse/Pidl/ODL.pm @@ -62,7 +62,7 @@ sub ODL2IDL require Parse::Pidl::Typelist; Parse::Pidl::Typelist::LoadIdl($podl); - my $pidl = ODL2IDL($podl); + my $pidl = ODL2IDL($podl, $basedir, $opt_incdirs); foreach my $y (@$pidl) { if ($y->{TYPE} eq "INTERFACE") { |