1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* process.c: include sys/stat.h for umask.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-04-24 15:16:38 +00:00
parent 278b63a3e4
commit 34bb79c031
3 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,5 @@
require 'test/unit'
require 'tmpdir'
require 'require_relative'
require_relative 'envutil'
class TestProcess < Test::Unit::TestCase