* gc.c: needs malloc.h if malloc_usable_size() is available.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-11-21 11:41:16 +00:00
parent 1a2997b299
commit d1d737ae57

2
gc.c
View File

@ -39,6 +39,8 @@
# ifdef _WIN32
# define malloc_usable_size(a) _msize(a)
# endif
#else
# include <malloc.h>
#endif
#if /* is ASAN enabled? */ \