diff --git a/mozilla/webtools/bugzilla/Bugzilla/FlagType.pm b/mozilla/webtools/bugzilla/Bugzilla/FlagType.pm index 6c3492ba26b..cc825e9054a 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/FlagType.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/FlagType.pm @@ -34,6 +34,7 @@ use Bugzilla::User; use Bugzilla::Error; use Bugzilla::Util; +use Bugzilla::Config; # Note! This module requires that its caller have said "require CGI.pl" # to import relevant functions from that script and its companion globals.pl.