ext/pycall/ruby_wrapper.c in pycall-1.1.0.rc1 vs ext/pycall/ruby_wrapper.c in pycall-1.2.0.beta1
- old
+ new
@@ -1,5 +1,6 @@
#include "pycall_internal.h"
+#include "pycall.h"
static PyMemberDef PyRuby_members[] = {
{"ruby_object_ptr", Py_T_PYSSIZET, offsetof(PyRubyObject, ruby_object), Py_READONLY},
{NULL} /* sentinel */
};