mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Include ruby.h before internal headers to suppress -Wundef warnings
This commit is contained in:
parent
5e633fb99e
commit
b8f7e8ac6b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
#include "ruby.h"
|
||||
#include "internal/time.h"
|
||||
|
||||
static VALUE
|
||||
|
|
Loading…
Reference in a new issue