aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-06-01 14:23:30 +0900
committerGitHub <noreply@github.com>2023-06-01 14:23:30 +0900
commita218ed569243e7544d8c4e3b348245a17f6c6a51 (patch)
tree6e439e7661b110bf2b3ee9fa6e2b8df54e72a92a /process.c
parent35da41b29bf0a1a8fd2cd7e1d7fcb036ca8c2c7c (diff)
downloadruby-a218ed569243e7544d8c4e3b348245a17f6c6a51.tar.gz
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.
Diffstat (limited to 'process.c')
-rw-r--r--process.c1
1 files changed, 1 insertions, 0 deletions
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"