From 247ac939942d3df66a5cec4892cbf676adeb32fa Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 Mar 2016 06:58:30 +0000 Subject: sigevent/pipe: require file for DTAS::Nonblock properly This fixes a bug introduced in 0.12.0 which only affects non-sleepy_penguin users. Fixes: d3cf61b05d95 ("switch to exception-free non-blocking I/O") --- lib/dtas/sigevent/pipe.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dtas/sigevent/pipe.rb b/lib/dtas/sigevent/pipe.rb index cc50a68..534f4f6 100644 --- a/lib/dtas/sigevent/pipe.rb +++ b/lib/dtas/sigevent/pipe.rb @@ -4,7 +4,7 @@ # used in various places for safe wakeups from IO.select via signals # A fallback for non-Linux systems lacking the "sleepy_penguin" RubyGem -require_relative 'nonblock' +require_relative '../nonblock' class DTAS::Sigevent # :nodoc: attr_reader :to_io -- cgit v1.2.3-24-ge0c7