diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-03 16:28:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-10-03 16:28:23 +0000 |
commit | f1fbc6b8f6a074d1a4a8e50630df901fbc8075f8 (patch) | |
tree | 3b42153920ac53df629d5859da43463111134f63 /template | |
parent | 69f0a1347e3fec66fe236734f59635c8bc1c54f3 (diff) |
template/ruby-runner.c.in: POSIX for setenv
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r-- | template/ruby-runner.c.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/ruby-runner.c.in b/template/ruby-runner.c.in index 56386a8d6f..95cb1e3ef1 100644 --- a/template/ruby-runner.c.in +++ b/template/ruby-runner.c.in @@ -1,3 +1,4 @@ +#define _POSIX_C_SOURCE 200809L #include <stdlib.h> #include <string.h> #include <unistd.h> |