From 51edb3004256698d91ab0ed685d705c9bb23bc22 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 9 Jan 2018 12:35:12 +0000 Subject: Include ruby/{io,encoding}.h before internal.h because of r61712 and r61713 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pty') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 7726f154eb..fb9ff19a94 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -35,8 +35,8 @@ #endif #include -#include "internal.h" #include "ruby/io.h" +#include "internal.h" #include "ruby/util.h" #include -- cgit v1.2.1