1
0
Fork 0
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:
nobu 2014-02-05 01:17:29 +00:00
parent 990ba47c24
commit 215b9e760a

View file

@ -1,3 +1,6 @@
#ifdef RUBY_EXTCONF_H
#include RUBY_EXTCONF_H
#endif
#if HAVE_CONFIG_H
#include <config.h>