File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ Wed May 15 01:06:26 2013 NAKAMURA Usaku <usa@ruby-lang.org>
2
+
3
+ * include/ruby/intern.h: should include sys/time.h for struct timeval
4
+ if it exists.
5
+
1
6
Wed May 15 00:23:07 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
2
7
3
8
* configure.in (warnflags): disable -Werror by default unless
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ extern "C" {
36
36
#include <sys/types.h>
37
37
#endif
38
38
39
+ #if defined(HAVE_SYS_TIME_H )
40
+ #include <sys/time.h>
41
+ #endif
42
+
39
43
#include "ruby/st.h"
40
44
41
45
#if defined __GNUC__ && __GNUC__ >= 4
Original file line number Diff line number Diff line change 1
1
#define RUBY_VERSION "1.9.3"
2
- #define RUBY_PATCHLEVEL 428
2
+ #define RUBY_PATCHLEVEL 429
3
3
4
4
#define RUBY_RELEASE_DATE "2013-05-15"
5
5
#define RUBY_RELEASE_YEAR 2013
You can’t perform that action at this time.
0 commit comments