From a218ed569243e7544d8c4e3b348245a17f6c6a51 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 1 Jun 2023 14:23:30 +0900 Subject: Hide the usage of `rb_io_t` where possible. (#7880) This retries the compatible parts of the previously reverted PR so we can continue to update related code without breaking backwards compatibility. --- process.c | 1 + 1 file changed, 1 insertion(+) (limited to 'process.c') diff --git a/process.c b/process.c index c54e11860e..b4435446f0 100644 --- a/process.c +++ b/process.c @@ -103,6 +103,7 @@ int initgroups(const char *, rb_gid_t); #include "internal/error.h" #include "internal/eval.h" #include "internal/hash.h" +#include "internal/io.h" #include "internal/numeric.h" #include "internal/object.h" #include "internal/process.h" -- cgit v1.2.3