summaryrefslogtreecommitdiff
path: root/lib/webrick/httpservlet/prochandler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webrick/httpservlet/prochandler.rb')
-rw-r--r--lib/webrick/httpservlet/prochandler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webrick/httpservlet/prochandler.rb b/lib/webrick/httpservlet/prochandler.rb
index c1f454e2f6..599ffc4340 100644
--- a/lib/webrick/httpservlet/prochandler.rb
+++ b/lib/webrick/httpservlet/prochandler.rb
@@ -9,7 +9,7 @@
#
# $IPR: prochandler.rb,v 1.7 2002/09/21 12:23:42 gotoyuzo Exp $
-require 'webrick/httpservlet/abstract.rb'
+require_relative 'abstract'
module WEBrick
module HTTPServlet