diff --git a/ChangeLog b/ChangeLog index 358fe179e6..98b4d3187f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Nov 9 22:28:34 2014 Tanaka Akira + + * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog. + Sun Nov 9 21:03:59 2014 Tanaka Akira * test/webrick: Fix the argument order of assert_equal. diff --git a/lib/webrick/httpstatus.rb b/lib/webrick/httpstatus.rb index 78abb1bf12..7ffda64cf0 100644 --- a/lib/webrick/httpstatus.rb +++ b/lib/webrick/httpstatus.rb @@ -8,6 +8,8 @@ # # $IPR: httpstatus.rb,v 1.11 2003/03/24 20:18:55 gotoyuzo Exp $ +require 'webrick/accesslog' + module WEBrick ##