summaryrefslogtreecommitdiff
path: root/id.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-17 04:12:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-17 04:12:12 +0000
commit42dc1e5ef8f8c003ef0cb5b78102044d2e800c44 (patch)
tree5d8ea1d8e90ac4aa02b86d90a642fd12a4a91f0a /id.c
parent4a097d2e3e37e66f0cac4db3d4916d673fcb0129 (diff)
* id.c: move vm_opts.h dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'id.c')
-rw-r--r--id.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/id.c b/id.c
index e05d867079..e5f971d3e2 100644
--- a/id.c
+++ b/id.c
@@ -13,6 +13,8 @@
#include "id.h"
+#include "vm_opts.h" /* for SUPPORT_JOKE */
+
static void
Init_id(void)
{