mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* missing/setproctitle.c: add to include "ruby/util.h".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c79752cdf
commit
d19cda5fa6
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat May 14 22:45:28 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* missing/setproctitle.c: add to include "ruby/util.h".
|
||||
|
||||
Sat May 14 19:52:22 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name):
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
*/
|
||||
|
||||
#include "ruby.h"
|
||||
#include "ruby/util.h"
|
||||
|
||||
#ifndef HAVE_SETPROCTITLE
|
||||
|
||||
|
|
Loading…
Reference in a new issue