summaryrefslogtreecommitdiff
path: root/mjit.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 15:47:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-02-08 15:47:24 +0000
commitd2b9f5b3a6466c126ecd3140693797ffd40f4b6b (patch)
treeb7b2b9da421508e5364d0e6ec44d897516f47d54 /mjit.c
parent60ea4d03edc6a9b8361c7013abd6222cd9468cff (diff)
mjit.c: rb_w32_system_tmpdir is not in headers
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit.c')
-rw-r--r--mjit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mjit.c b/mjit.c
index 55fa49df2a..ebd73135ba 100644
--- a/mjit.c
+++ b/mjit.c
@@ -1199,6 +1199,10 @@ valid_class_serials_add_i(ID key, VALUE v, void *unused)
return ID_TABLE_CONTINUE;
}
+#ifdef _WIN32
+UINT rb_w32_system_tmpdir(WCHAR *path, UINT len);
+#endif
+
static char *
system_tmpdir(void)
{