diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-01-16 15:06:46 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-01-16 15:08:00 +0100 |
commit | af163d258cfeee2a908e297256570a2bfcc8b651 (patch) | |
tree | 9391e305440bc8a11fed988153af1b6618193926 | |
parent | 39cc507d1b7b0454d8f380fc3127fa966a0f972c (diff) | |
download | samba-af163d258cfeee2a908e297256570a2bfcc8b651.tar.gz samba-af163d258cfeee2a908e297256570a2bfcc8b651.tar.bz2 samba-af163d258cfeee2a908e297256570a2bfcc8b651.zip |
pidl: Fix missing import for fatal().
(This used to be commit 6a9827454aaf4279ee85dc5d99d10f14e4c09eae)
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba4.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4.pm b/source4/pidl/lib/Parse/Pidl/Samba4.pm index 5848543a60..d42e01cdb0 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba4.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba4.pm @@ -12,6 +12,7 @@ require Exporter; use Parse::Pidl::Util qw(has_property is_constant); use Parse::Pidl::NDR qw(GetNextLevel); use Parse::Pidl::Typelist qw(mapTypeName scalar_is_reference); +use Parse::Pidl qw(fatal); use strict; use vars qw($VERSION); |