missing.h: __STDC_WANT_LIB_EXT1__

* include/ruby/missing.h: __STDC_WANT_LIB_EXT1__ is necessary for
  memset_s.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-12-02 01:50:34 +00:00
Родитель d1decf0dfe
Коммит 4a7dedf7f0
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,8 @@ extern "C" {
#endif
#endif
#define __STDC_WANT_LIB_EXT1__ 1
#include "ruby/config.h"
#include <stddef.h>
#include <math.h> /* for INFINITY and NAN */