1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Include ruby.h in empty.c to have ABI version

I forgot to include this as part of
638fd8774b.
This commit is contained in:
Peter Zhu 2022-02-22 12:00:15 -05:00
parent 2dd66e5571
commit 06dab12717

View file

@ -1,3 +1,5 @@
#include "ruby.h"
void
Init_empty(void)
{