mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rubystub.c: sys/param.h for MAXPATHLEN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b454bfaf3
commit
33ae176ba7
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
#if defined HAVE_DLADDR
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
#if defined HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
static void* stub_options(int argc, char **argv);
|
||||
#define ruby_options stub_options
|
||||
#include <main.c>
|
||||
|
|
Loading…
Reference in a new issue