From 552817e561e55ea19bd27194fc0e5dff2a7981e9 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 20 Mar 2013 13:36:23 +0000 Subject: merge revision(s) 39774: [Backport #8080] * include/ruby/missing.h (__syscall): moved to... * io.c: here. because __syscall() is only used from io.c. * include/ruby/missing.h: move "#include " to .... * include/ruby/intern.h: here. because it was introduced for fixing NFDBITS issue. [ruby-core:05179]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/intern.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/ruby/intern.h') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 5ff17a4971..a66848b5b8 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -31,6 +31,11 @@ extern "C" { #else # include #endif + +#if defined(HAVE_SYS_TYPES_H) +#include +#endif + #include "ruby/st.h" #if defined __GNUC__ && __GNUC__ >= 4 -- cgit v1.2.3