mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
include ruby.h to avoid load failures
``` .../io/wait.so: undefined symbol: ruby_abi_version - ruby_abi_version ```
This commit is contained in:
parent
6a05545184
commit
3578385424
Notes:
git
2025-11-12 17:53:17 +00:00
@ -15,6 +15,8 @@
|
||||
* IO wait methods are built in ruby now, just for backward compatibility.
|
||||
*/
|
||||
|
||||
#include "ruby.h"
|
||||
|
||||
void
|
||||
Init_wait(void)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user