summaryrefslogtreecommitdiffstats
path: root/mod_perl.pl
diff options
context:
space:
mode:
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index 03438dd4d..42b74fde5 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -22,6 +22,8 @@ BEGIN {
lib->import($dir, File::Spec->catdir($dir, "lib"), File::Spec->catdir($dir, qw(local lib perl5)));
}
+use Bugzilla::ModPerl::StartupFix;
+
use Bugzilla::Constants ();
# If you have an Apache2::Status handler in your Apache configuration,