summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-06-08 20:22:43 +0900
committerGitHub <noreply@github.com>2023-06-08 20:22:43 +0900
commit3fe09eba9d040d275d8305fe1b00f2f22218b6c8 (patch)
treebe503984c975967dd053a3a4f568da0823c8939b /ext
parentd6bddcb0137d5a640eb22fbd17f9aa83f71fbd48 (diff)
Add deprecations for public `struct rb_io` members. (#7916)
* Add deprecations for public struct rb_io members.
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to 'ext')
-rw-r--r--ext/objspace/depend1
-rw-r--r--ext/objspace/objspace_dump.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/objspace/depend b/ext/objspace/depend
index d1e8236eb8..f0e1f928cd 100644
--- a/ext/objspace/depend
+++ b/ext/objspace/depend
@@ -585,6 +585,7 @@ objspace_dump.o: $(top_srcdir)/internal/compilers.h
objspace_dump.o: $(top_srcdir)/internal/gc.h
objspace_dump.o: $(top_srcdir)/internal/hash.h
objspace_dump.o: $(top_srcdir)/internal/imemo.h
+objspace_dump.o: $(top_srcdir)/internal/io.h
objspace_dump.o: $(top_srcdir)/internal/sanitizers.h
objspace_dump.o: $(top_srcdir)/internal/serial.h
objspace_dump.o: $(top_srcdir)/internal/static_assert.h
diff --git a/ext/objspace/objspace_dump.c b/ext/objspace/objspace_dump.c
index d8a11083d6..39584e03b8 100644
--- a/ext/objspace/objspace_dump.c
+++ b/ext/objspace/objspace_dump.c
@@ -18,6 +18,7 @@
#include "internal/class.h"
#include "internal/gc.h"
#include "internal/hash.h"
+#include "internal/io.h"
#include "internal/string.h"
#include "internal/sanitizers.h"
#include "symbol.h"