diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-23 00:00:12 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-07-23 00:00:12 +0000 |
commit | 85bf9bede487ff102c467d8e9bb40b886f3b7b4b (patch) | |
tree | 75e774b5a95453f1bad1d86ebe213c1da2d0d682 /include | |
parent | a58890c10da37591587438192271d517c6b7fe7b (diff) |
* configure.in (XCFLAGS): reverted mistakenly removed option.
[ruby-dev:41872]
* include/ruby/missing.h: needs ruby/config.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r-- | include/ruby/missing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ruby/missing.h b/include/ruby/missing.h index 1e0474cef8..327e0a847d 100644 --- a/include/ruby/missing.h +++ b/include/ruby/missing.h @@ -18,6 +18,8 @@ extern "C" { #endif #endif +#include "ruby/config.h" + #if defined(HAVE_SYS_TIME_H) # include <sys/time.h> #elif !defined(_WIN32) |