about summary refs log tree commit homepage
path: root/lib/dtas/buffer.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-10-12 21:32:44 +0000
committerEric Wong <normalperson@yhbt.net>2013-10-12 21:32:44 +0000
commitf4dcfabd826ce8a43b9d4c41706fa8b95fb81acd (patch)
treef5328ebdea5af1642852f5932562ffd9b88ea054 /lib/dtas/buffer.rb
parent507ffb38ebbfb64f065df71c50a041624e768991 (diff)
downloaddtas-f4dcfabd826ce8a43b9d4c41706fa8b95fb81acd.tar.gz
We don't deal with user-space buffers, so we should be fine
using this compatibility layer and only checking the kernel
buffers (until rbx implements a proper solution).
Diffstat (limited to 'lib/dtas/buffer.rb')
-rw-r--r--lib/dtas/buffer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dtas/buffer.rb b/lib/dtas/buffer.rb
index c0ba6a6..f2b0240 100644
--- a/lib/dtas/buffer.rb
+++ b/lib/dtas/buffer.rb
@@ -1,6 +1,8 @@
 # Copyright (C) 2013, Eric Wong <normalperson@yhbt.net> and all contributors
 # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
+require 'io/wait'
 require_relative '../dtas'
+require_relative 'compat_rbx' # IO#nread
 
 class DTAS::Buffer # :nodoc:
   begin