diff options
-rw-r--r-- | Bugzilla/BugMail.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 7fdf44980..059667a08 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -33,6 +33,7 @@ package Bugzilla::BugMail; use RelationSet; use Bugzilla::Config qw(:DEFAULT $datadir); +use Bugzilla::Util; # This code is really ugly. It was a commandline interface, then it was moved # There are package-global variables which we rely on ProcessOneBug to clean |