mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
yaml/yaml_private.h: include ruby/extconf.h
* ext/psych/yaml/yaml_private.h: need ruby/extconf.h for HAVE_CONFIG_H. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
990ba47c24
commit
215b9e760a
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
#ifdef RUBY_EXTCONF_H
|
||||
#include RUBY_EXTCONF_H
|
||||
#endif
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue