about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/dtas/sigevent/pipe.rb2
1 files changed, 1 insertions, 1 deletions
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