about summary refs log tree commit homepage
path: root/lib/unicorn.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn.rb')
-rw-r--r--lib/unicorn.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn.rb b/lib/unicorn.rb
index 2a2f54e..b63abeb 100644
--- a/lib/unicorn.rb
+++ b/lib/unicorn.rb
@@ -2,8 +2,8 @@
 
 require 'fcntl'
 require 'unicorn/socket_helper'
+require 'etc'
 autoload :Rack, 'rack'
-autoload :Etc, 'etc'
 
 # Unicorn module containing all of the classes (include C extensions) for running
 # a Unicorn web server.  It contains a minimalist HTTP server with just enough