From dbef5ecd7aa11e623a2ed9f99ffa77616b5ae1d1 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 19 Aug 2013 12:39:09 +0000 Subject: * include/ruby/defines.h: Fix a compilation error with i586-mingw32msvc-gcc of gcc-mingw32 package on Debian squeeze. ruby/missing.h should be included before include/ruby/win32.h because struct timespec, used in the clock_gettime declaration in include/ruby/win32.h, is defined in ruby/missing.h instead of system headers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/ruby/ruby.h') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index abcc73b5b3..ad0c30af41 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -1736,7 +1736,6 @@ rb_special_const_p(VALUE obj) } #endif -#include "ruby/missing.h" #include "ruby/intern.h" #if defined(EXTLIB) && defined(USE_DLN_A_OUT) -- cgit v1.2.3