summaryrefslogtreecommitdiffstats
path: root/sanitycheck.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sanitycheck.pl')
-rw-r--r--sanitycheck.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sanitycheck.pl b/sanitycheck.pl
index 5c383e67d..5f158cb3b 100644
--- a/sanitycheck.pl
+++ b/sanitycheck.pl
@@ -21,7 +21,7 @@
use strict;
-use lib qw(.);
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;