Skip to content

Commit b13ff12

Browse files
committed
This library *does* depend on thread (rubygems 1.6+ does not require this for you)
1 parent f6dd953 commit b13ff12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/system_timer.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
require File.dirname(__FILE__) + '/system_timer_stub'
55
else
66

7+
require 'thread'
78
require 'timeout'
89
require 'forwardable'
910
require 'monitor'

0 commit comments

Comments
 (0)