diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-19 07:11:48 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-19 07:11:48 +0000 |
| commit | 8f0b6b7ebb77b2aa133b7a1bff7e222845fb717c (patch) | |
| tree | 54f7984951cbba4b9a786be91389488fbb8efc59 /hash.c | |
| parent | fcbc516b017cb813873963aa1429d9a88f6dc05e (diff) | |
| download | ruby-8f0b6b7ebb77b2aa133b7a1bff7e222845fb717c.tar.gz ruby-8f0b6b7ebb77b2aa133b7a1bff7e222845fb717c.tar.xz ruby-8f0b6b7ebb77b2aa133b7a1bff7e222845fb717c.zip | |
* class.c: add #include "version.h".
* hash.c: ditto.
* string.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ #include "st.h" #include "util.h" #include "rubysig.h" +#include "version.h" #ifdef __APPLE__ #include <crt_externs.h> |
