diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-07 09:01:27 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-07 09:01:27 +0000 |
| commit | 6d65a81bdb5c96528c1655dcbd0e850396b56116 (patch) | |
| tree | 6864b45f2703f633701190581f5de3fa7b6d69b5 /ext/readline | |
| parent | ea365de67dd5aa765e77bee97091c62bc8f24d29 (diff) | |
| download | ruby-6d65a81bdb5c96528c1655dcbd0e850396b56116.tar.gz ruby-6d65a81bdb5c96528c1655dcbd0e850396b56116.tar.xz ruby-6d65a81bdb5c96528c1655dcbd0e850396b56116.zip | |
* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,
ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move
incluion of config.h to pacify AIX. a patch from Yutaka
Kanemoto <kinpoco at gmail.com>. [ruby-dev:29197]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/readline')
| -rw-r--r-- | ext/readline/readline.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/readline/readline.c b/ext/readline/readline.c index f6dc6b67e..bc2241007 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -5,6 +5,7 @@ #include RUBY_EXTCONF_H #endif +#include "config.h" #include <errno.h> #include <stdio.h> #include <ctype.h> |
