summaryrefslogtreecommitdiffstats
path: root/jsonrpc.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'jsonrpc.cgi')
-rw-r--r--jsonrpc.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/jsonrpc.cgi b/jsonrpc.cgi
index c04f20f6a..cd41663fa 100644
--- a/jsonrpc.cgi
+++ b/jsonrpc.cgi
@@ -25,6 +25,7 @@ use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;
+use Bugzilla::Error;
use Bugzilla::WebService::Constants;
# This eval allows runtests to pass even if JSON::RPC isn't
# installed.