diff --git a/mozilla/webtools/bugzilla/whineatnews.pl b/mozilla/webtools/bugzilla/whineatnews.pl index 16be900ad85..ae2121303b1 100755 --- a/mozilla/webtools/bugzilla/whineatnews.pl +++ b/mozilla/webtools/bugzilla/whineatnews.pl @@ -28,6 +28,7 @@ # touched for more than the number of days specified in the whinedays param. use strict; +use lib '.'; require "globals.pl";