about summary refs log tree commit homepage
path: root/lib/yahns.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-02-08 03:30:28 -0500
committerEric Wong <e@80x24.org>2014-02-08 08:39:16 +0000
commitf46aea4aa26d3c3c5613d6800b2832cddb14b754 (patch)
tree4acb585e193f3add8b47e30b694c59b16e6df7ec /lib/yahns.rb
parent922e7141e30fc0ef5fc973716fab20a272531300 (diff)
downloadyahns-f46aea4aa26d3c3c5613d6800b2832cddb14b754.tar.gz
Tested on Debian GNU/kFreeBSD (sid):

	make check SENDFILE_BROKEN=1
Diffstat (limited to 'lib/yahns.rb')
-rw-r--r--lib/yahns.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yahns.rb b/lib/yahns.rb
index 5ffb845..5e5875a 100644
--- a/lib/yahns.rb
+++ b/lib/yahns.rb
@@ -57,7 +57,7 @@ end
 
 # FIXME: require lazily
 require_relative 'yahns/log'
-require_relative 'yahns/queue_epoll'
+require_relative 'yahns/queue'
 require_relative 'yahns/stream_input'
 require_relative 'yahns/tee_input'
 require_relative 'yahns/queue_egg'